Class DefaultPagingLimits

java.lang.Object
com.atlassian.servicedesk.api.util.paging.DefaultPagingLimits

@Internal public class DefaultPagingLimits extends Object
Paging has limits and here they are. You can ask for more but this is what you will be given.
  • Field Details

    • DEFAULT_THINGS_RETURNED

      public static final int DEFAULT_THINGS_RETURNED
      If no limit is specified, then we use this value
      See Also:
    • MAX_GENERAL_THINGS_RETURNED

      public static final int MAX_GENERAL_THINGS_RETURNED
      The maximum number of general entries that will ever by returned
      See Also:
    • MAX_SERVICE_DESKS_RETURNED

      public static final int MAX_SERVICE_DESKS_RETURNED
      The maximum number of service project entries that will ever be returned
      See Also:
    • MAX_REQUEST_TYPES_RETURNED

      public static final int MAX_REQUEST_TYPES_RETURNED
      The maximum number of requesttypes entries that will ever be returned
      See Also:
    • MAX_CUSTOMER_REQUEST_RETURNED

      public static final int MAX_CUSTOMER_REQUEST_RETURNED
      The maximum number of customer request entries that will ever be returned
      See Also:
    • MAX_CUSTOMER_REQUEST_STATUS_RETURNED

      public static final int MAX_CUSTOMER_REQUEST_STATUS_RETURNED
      The maximum number of customer request status entries that will ever be returned
      See Also:
    • MAX_CUSTOMER_REQUEST_TRANSITIONS_RETURNED

      public static final int MAX_CUSTOMER_REQUEST_TRANSITIONS_RETURNED
      The maximum number of customer request transitions entries that will ever be returned
      See Also:
    • MAX_PARTICIPANTS_RETURNED

      public static final int MAX_PARTICIPANTS_RETURNED
      The maximum number of request participant entries that will ever be returned
      See Also:
    • MAX_COMMENT_RETURNED

      public static final int MAX_COMMENT_RETURNED
      The maximum number of comments that will ever be returned
      See Also:
  • Constructor Details

    • DefaultPagingLimits

      public DefaultPagingLimits()