Package | Description |
---|---|
com.google.api.services.cloudsearch.v1.model |
Modifier and Type | Method and Description |
---|---|
EnumOperatorOptions |
EnumOperatorOptions.clone() |
EnumOperatorOptions |
EnumPropertyOptions.getOperatorOptions()
If set, describes how the enum should be used as a search operator.
|
EnumOperatorOptions |
EnumOperatorOptions.set(java.lang.String fieldName,
java.lang.Object value) |
EnumOperatorOptions |
EnumOperatorOptions.setOperatorName(java.lang.String operatorName)
Indicates the operator name required in the query in order to isolate the enum property.
|
Modifier and Type | Method and Description |
---|---|
EnumPropertyOptions |
EnumPropertyOptions.setOperatorOptions(EnumOperatorOptions operatorOptions)
If set, describes how the enum should be used as a search operator.
|