Uses of Enum
io.camunda.client.protocol.rest.BatchOperationItemSearchQuerySortRequest.FieldEnum
Packages that use BatchOperationItemSearchQuerySortRequest.FieldEnum
-
Uses of BatchOperationItemSearchQuerySortRequest.FieldEnum in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return BatchOperationItemSearchQuerySortRequest.FieldEnumModifier and TypeMethodDescriptionBatchOperationItemSearchQuerySortRequest.getField()The field to sort by.Returns the enum constant of this type with the specified name.BatchOperationItemSearchQuerySortRequest.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 BatchOperationItemSearchQuerySortRequest.FieldEnumModifier and TypeMethodDescriptionBatchOperationItemSearchQuerySortRequest.field(BatchOperationItemSearchQuerySortRequest.FieldEnum field) voidBatchOperationItemSearchQuerySortRequest.setField(BatchOperationItemSearchQuerySortRequest.FieldEnum field)