Uses of Enum
org.camunda.community.rest.client.dto.VariableQueryParameterDto.OperatorEnum
Packages that use VariableQueryParameterDto.OperatorEnum
-
Uses of VariableQueryParameterDto.OperatorEnum in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return VariableQueryParameterDto.OperatorEnumModifier and TypeMethodDescriptionVariableQueryParameterDto.getOperator()Comparison operator to be used.Returns the enum constant of this type with the specified name.VariableQueryParameterDto.OperatorEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.camunda.community.rest.client.dto that return types with arguments of type VariableQueryParameterDto.OperatorEnumModifier and TypeMethodDescriptionorg.openapitools.jackson.nullable.JsonNullable<VariableQueryParameterDto.OperatorEnum>VariableQueryParameterDto.getOperator_JsonNullable()Methods in org.camunda.community.rest.client.dto with parameters of type VariableQueryParameterDto.OperatorEnumModifier and TypeMethodDescriptionVariableQueryParameterDto.operator(VariableQueryParameterDto.OperatorEnum operator) voidVariableQueryParameterDto.setOperator(VariableQueryParameterDto.OperatorEnum operator) Method parameters in org.camunda.community.rest.client.dto with type arguments of type VariableQueryParameterDto.OperatorEnumModifier and TypeMethodDescriptionvoidVariableQueryParameterDto.setOperator_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<VariableQueryParameterDto.OperatorEnum> operator)