@Internal public class DefaultPagingLimits extends Object
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_THINGS_RETURNED
If no limit is specified, then we use this value
|
static int |
MAX_COMMENT_RETURNED
The maximum number of comments that will ever be returned
|
static int |
MAX_CUSTOMER_REQUEST_RETURNED
The maximum number of customer request entries that will ever by returned
|
static int |
MAX_CUSTOMER_REQUEST_STATUS_RETURNED
The maximum number of customer request status entries that will ever by returned
|
static int |
MAX_CUSTOMER_REQUEST_TRANSITIONS_RETURNED
The maximum number of customer request transitions entries that will ever by returned
|
static int |
MAX_GENERAL_THINGS_RETURNED
The maximum number of general entries that will ever by returned
|
static int |
MAX_PARTICIPANTS_RETURNED
The maximum number of request participant entries that will ever be returned
|
static int |
MAX_REQUEST_TYPES_RETURNED
The maximum number of requesttypes entries that will ever by returned
|
static int |
MAX_SERVICE_DESKS_RETURNED
The maximum number of servicedesk entries that will ever by returned
|
Constructor and Description |
---|
DefaultPagingLimits() |
public static final int DEFAULT_THINGS_RETURNED
public static final int MAX_GENERAL_THINGS_RETURNED
public static final int MAX_SERVICE_DESKS_RETURNED
public static final int MAX_REQUEST_TYPES_RETURNED
public static final int MAX_CUSTOMER_REQUEST_RETURNED
public static final int MAX_CUSTOMER_REQUEST_STATUS_RETURNED
public static final int MAX_CUSTOMER_REQUEST_TRANSITIONS_RETURNED
public static final int MAX_PARTICIPANTS_RETURNED
public static final int MAX_COMMENT_RETURNED
Copyright © 2020 Atlassian. All rights reserved.