Package com.alfresco.content.models
Enum RequestDefaults.DefaultFTSFieldOperatorEnum
-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
@JsonClass(generateAdapter = false) public enum RequestDefaults.DefaultFTSFieldOperatorEnum extends Enum<RequestDefaults.DefaultFTSFieldOperatorEnum>
The default way to combine query parts in field query groups when AND or OR is not explicitly stated - includes ! - + FIELD:(one two three) Values: AND, OR
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringvalueprivate final Stringnameprivate final Integerordinalprivate final EnumEntries<RequestDefaults.DefaultFTSFieldOperatorEnum>entries
-
Method Summary
Modifier and Type Method Description final RequestDefaults.DefaultFTSFieldOperatorEnumvalueOf(String value)Returns the enum constant of this type with the specified name. final Array<RequestDefaults.DefaultFTSFieldOperatorEnum>values()Returns an array containing the constants of this enum type, in the order they're declared. final StringgetValue()final EnumEntries<RequestDefaults.DefaultFTSFieldOperatorEnum>getEntries()The default way to combine query parts in field query groups when AND or OR is not explicitly stated - includes ! -
-
Method Detail
-
valueOf
final RequestDefaults.DefaultFTSFieldOperatorEnum 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.DefaultFTSFieldOperatorEnum> 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.
-
getEntries
final EnumEntries<RequestDefaults.DefaultFTSFieldOperatorEnum> getEntries()
The default way to combine query parts in field query groups when AND or OR is not explicitly stated - includes ! - + FIELD:(one two three) Values: AND, OR
-
-
-
-