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