Uses of Enum
io.camunda.client.protocol.rest.UserTaskVariableSearchQuerySortRequest.FieldEnum
Packages that use UserTaskVariableSearchQuerySortRequest.FieldEnum
-
Uses of UserTaskVariableSearchQuerySortRequest.FieldEnum in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return UserTaskVariableSearchQuerySortRequest.FieldEnumModifier and TypeMethodDescriptionUserTaskVariableSearchQuerySortRequest.getField()The field to sort by.Returns the enum constant of this type with the specified name.UserTaskVariableSearchQuerySortRequest.FieldEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.camunda.client.protocol.rest with parameters of type UserTaskVariableSearchQuerySortRequest.FieldEnumModifier and TypeMethodDescriptionUserTaskVariableSearchQuerySortRequest.field(UserTaskVariableSearchQuerySortRequest.FieldEnum field) voidUserTaskVariableSearchQuerySortRequest.setField(UserTaskVariableSearchQuerySortRequest.FieldEnum field)