Class Consts
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.Consts
-
public class Consts extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Consts.ApiDocumentOrder
static class
Consts.DocumentStatus
class
Consts.OrganizationRoomRole
-
Field Summary
Fields Modifier and Type Field Description static Map<String,com.blackberry.workspaces.api.sdk.common.DocumentType>
documentTypeMap
static int
REPORT_RESULTS_HIGH_LIMIT
static int
REPORT_RESULTS_LOW_LIMIT
-
Constructor Summary
Constructors Constructor Description Consts()
-
-
-
Field Detail
-
documentTypeMap
public static final Map<String,com.blackberry.workspaces.api.sdk.common.DocumentType> documentTypeMap
-
REPORT_RESULTS_LOW_LIMIT
public static final int REPORT_RESULTS_LOW_LIMIT
- See Also:
- Constant Field Values
-
REPORT_RESULTS_HIGH_LIMIT
public static final int REPORT_RESULTS_HIGH_LIMIT
- See Also:
- Constant Field Values
-
-