| Package | Description |
|---|---|
| com.factern.model |
| Modifier and Type | Method and Description |
|---|---|
static SearchEntityRequest.OperatorEnum |
SearchEntityRequest.OperatorEnum.fromValue(String text) |
SearchEntityRequest.OperatorEnum |
SearchEntityRequest.getOperator()
Get operator
|
SearchEntityRequest.OperatorEnum |
SearchEntityRequest.OperatorEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static SearchEntityRequest.OperatorEnum |
SearchEntityRequest.OperatorEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchEntityRequest.OperatorEnum[] |
SearchEntityRequest.OperatorEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SearchEntityRequest |
SearchEntityRequest.operator(SearchEntityRequest.OperatorEnum operator) |
void |
SearchEntityRequest.setOperator(SearchEntityRequest.OperatorEnum operator) |
void |
SearchEntityRequest.OperatorEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
SearchEntityRequest.OperatorEnum enumeration) |
Copyright © 2018. All rights reserved.