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