Class SortingDto

java.lang.Object
org.camunda.bpm.client.task.SortingDto

public class SortingDto extends Object
DTO that encapsulates the sorting parameters used for making requests against the fetch and lock API.
  • Field Details

    • sortBy

      protected String sortBy
    • sortOrder

      protected String sortOrder
  • Constructor Details

    • SortingDto

      public SortingDto()
  • Method Details