public static enum SearchEntityRequest.OperatorEnum extends Enum<SearchEntityRequest.OperatorEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
SearchEntityRequest.OperatorEnum.Adapter |
| Enum Constant and Description |
|---|
CONTAINS |
ELASTICSEARCH |
EQUALS |
STARTSWITH |
| Modifier and Type | Method and Description |
|---|---|
static SearchEntityRequest.OperatorEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static SearchEntityRequest.OperatorEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchEntityRequest.OperatorEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchEntityRequest.OperatorEnum EQUALS
public static final SearchEntityRequest.OperatorEnum STARTSWITH
public static final SearchEntityRequest.OperatorEnum CONTAINS
public static final SearchEntityRequest.OperatorEnum ELASTICSEARCH
public static SearchEntityRequest.OperatorEnum[] values()
for (SearchEntityRequest.OperatorEnum c : SearchEntityRequest.OperatorEnum.values()) System.out.println(c);
public static SearchEntityRequest.OperatorEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
public String toString()
toString in class Enum<SearchEntityRequest.OperatorEnum>public static SearchEntityRequest.OperatorEnum fromValue(String text)
Copyright © 2018. All rights reserved.