Class DefaultPagingLimits
java.lang.Object
com.atlassian.servicedesk.api.util.paging.DefaultPagingLimits
Paging has limits and here they are. You can ask for more but this is what you will be given.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
If no limit is specified, then we use this valuestatic final int
The maximum number of comments that will ever be returnedstatic final int
The maximum number of customer request entries that will ever be returnedstatic final int
The maximum number of customer request status entries that will ever be returnedstatic final int
The maximum number of customer request transitions entries that will ever be returnedstatic final int
The maximum number of general entries that will ever by returnedstatic final int
The maximum number of request participant entries that will ever be returnedstatic final int
The maximum number of requesttypes entries that will ever be returnedstatic final int
The maximum number of service project entries that will ever be returned -
Constructor Summary
-
Method Summary
-
Field Details
-
DEFAULT_THINGS_RETURNED
public static final int DEFAULT_THINGS_RETURNEDIf no limit is specified, then we use this value- See Also:
-
MAX_GENERAL_THINGS_RETURNED
public static final int MAX_GENERAL_THINGS_RETURNEDThe maximum number of general entries that will ever by returned- See Also:
-
MAX_SERVICE_DESKS_RETURNED
public static final int MAX_SERVICE_DESKS_RETURNEDThe maximum number of service project entries that will ever be returned- See Also:
-
MAX_REQUEST_TYPES_RETURNED
public static final int MAX_REQUEST_TYPES_RETURNEDThe maximum number of requesttypes entries that will ever be returned- See Also:
-
MAX_CUSTOMER_REQUEST_RETURNED
public static final int MAX_CUSTOMER_REQUEST_RETURNEDThe 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_RETURNEDThe 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_RETURNEDThe maximum number of customer request transitions entries that will ever be returned- See Also:
-
MAX_PARTICIPANTS_RETURNED
public static final int MAX_PARTICIPANTS_RETURNEDThe maximum number of request participant entries that will ever be returned- See Also:
-
MAX_COMMENT_RETURNED
public static final int MAX_COMMENT_RETURNEDThe maximum number of comments that will ever be returned- See Also:
-
-
Constructor Details
-
DefaultPagingLimits
public DefaultPagingLimits()
-