Package com.alfresco.content.models
Enum RequestDefaults.DefaultFTSOperatorEnum
-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
@JsonClass(generateAdapter = false) public enum RequestDefaults.DefaultFTSOperatorEnum extends Enum<RequestDefaults.DefaultFTSOperatorEnum>
The default way to combine query parts when AND or OR is not explicitly stated - includes ! - + one two three (one two three) Values: AND, OR
-
-
Method Summary
Modifier and Type Method Description final RequestDefaults.DefaultFTSOperatorEnumvalueOf(String value)Returns the enum constant of this type with the specified name. final Array<RequestDefaults.DefaultFTSOperatorEnum>values()Returns an array containing the constants of this enum type, in the order they're declared. final StringgetValue()-
-
Method Detail
-
valueOf
final RequestDefaults.DefaultFTSOperatorEnum valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
-
values
final Array<RequestDefaults.DefaultFTSOperatorEnum> values()
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
-
-
-
-