Uses of Class
com.blackberry.workspaces.api.sdk.enums.ApiDocumentOrderSDS
-
Packages that use ApiDocumentOrderSDS Package Description com.blackberry.workspaces.api.sdk.enums com.blackberry.workspaces.api.sdk.json com.blackberry.workspaces.api.sdk.resource -
-
Uses of ApiDocumentOrderSDS in com.blackberry.workspaces.api.sdk.enums
Methods in com.blackberry.workspaces.api.sdk.enums that return ApiDocumentOrderSDS Modifier and Type Method Description static ApiDocumentOrderSDS
ApiDocumentOrderSDS. valueOf(String name)
Returns the enum constant of this type with the specified name.static ApiDocumentOrderSDS[]
ApiDocumentOrderSDS. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ApiDocumentOrderSDS in com.blackberry.workspaces.api.sdk.json
Methods in com.blackberry.workspaces.api.sdk.json that return ApiDocumentOrderSDS Modifier and Type Method Description ApiDocumentOrderSDS
SearchDocumentsSdsJson. getDocumentOrder()
Document order, if left empty set to LAST_UPDATED.Methods in com.blackberry.workspaces.api.sdk.json with parameters of type ApiDocumentOrderSDS Modifier and Type Method Description void
SearchDocumentsSdsJson. setDocumentOrder(ApiDocumentOrderSDS documentOrder)
Document order, if left empty set to LAST_UPDATED. -
Uses of ApiDocumentOrderSDS in com.blackberry.workspaces.api.sdk.resource
Methods in com.blackberry.workspaces.api.sdk.resource with parameters of type ApiDocumentOrderSDS Modifier and Type Method Description PagingItemListJson<DocumentJson>
Documents. listV30(ApiDocumentFilter filter, ApiDocumentOrderSDS order, boolean orderAscending, Integer pageNumber, Integer pageSize)
Returns a list of all the files that the current user is permitted to view (and are not part of a workspace).PagingItemListJson<DocumentJson>
Files. listV30(ApiDocumentFilter filter, ApiDocumentOrderSDS order, boolean orderAscending, Integer pageNumber, Integer pageSize)
Returns a list of all the files that the current user is permitted to view (and are not part of a workspace).
-