Class StringAttributeCollectionFilterRequest
Object
StringAttributeCollectionFilterRequest
- All Implemented Interfaces:
Serializable
Specifies the details for a string attribute collection filter.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionStringAttributeCollectionFilterRequest(String typePublicId, StringFilterRequest none, StringFilterRequest any, Boolean isEmpty) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleangetAny()getNone()inthashCode()voidvoidsetIsEmpty(Boolean isEmpty) voidsetNone(StringFilterRequest none) voidsetTypePublicId(String typePublicId) toString()
-
Constructor Details
-
StringAttributeCollectionFilterRequest
public StringAttributeCollectionFilterRequest() -
StringAttributeCollectionFilterRequest
public StringAttributeCollectionFilterRequest(String typePublicId, StringFilterRequest none, StringFilterRequest any, Boolean isEmpty)
-
-
Method Details