static AssignmentFilterSupportedProperty.Builder |
AssignmentFilterSupportedProperty.builder() |
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
AssignmentFilterSupportedProperty.Builder |
AssignmentFilterSupportedProperty.Builder.dataType(String dataType) |
“The data type of the property.”
|
AssignmentFilterSupportedProperty.Builder |
AssignmentFilterSupportedProperty.Builder.isCollection(Boolean isCollection) |
“Indicates whether the property is a collection type or not.”
|
AssignmentFilterSupportedProperty.Builder |
AssignmentFilterSupportedProperty.Builder.name(String name) |
“Name of the property.”
|
AssignmentFilterSupportedProperty.Builder |
AssignmentFilterSupportedProperty.Builder.propertyRegexConstraint(String propertyRegexConstraint) |
“Regex string to do validation on the property value.”
|
AssignmentFilterSupportedProperty.Builder |
AssignmentFilterSupportedProperty.Builder.supportedOperators(List<AssignmentFilterOperator> supportedOperators) |
“List of all supported operators on this property.”
|
AssignmentFilterSupportedProperty.Builder |
AssignmentFilterSupportedProperty.Builder.supportedOperators(AssignmentFilterOperator... supportedOperators) |
“List of all supported operators on this property.”
|
AssignmentFilterSupportedProperty.Builder |
AssignmentFilterSupportedProperty.Builder.supportedOperatorsNextLink(String supportedOperatorsNextLink) |
“List of all supported operators on this property.”
|
AssignmentFilterSupportedProperty.Builder |
AssignmentFilterSupportedProperty.Builder.supportedValues(String... supportedValues) |
“List of all supported values for this propery, empty if everything is supported.”
|
AssignmentFilterSupportedProperty.Builder |
AssignmentFilterSupportedProperty.Builder.supportedValues(List<String> supportedValues) |
“List of all supported values for this propery, empty if everything is supported.”
|
AssignmentFilterSupportedProperty.Builder |
AssignmentFilterSupportedProperty.Builder.supportedValuesNextLink(String supportedValuesNextLink) |
“List of all supported values for this propery, empty if everything is supported.”
|