Uses of Class
com.blackberry.workspaces.sdk.api.enums.VdrDocumentOrder
Package | Description |
---|---|
com.blackberry.workspaces.sdk.api.enums | |
com.blackberry.workspaces.sdk.api.json |
-
Uses of VdrDocumentOrder in com.blackberry.workspaces.sdk.api.enums
Methods in com.blackberry.workspaces.sdk.api.enums that return VdrDocumentOrder Modifier and Type Method Description static VdrDocumentOrder
VdrDocumentOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static VdrDocumentOrder[]
VdrDocumentOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of VdrDocumentOrder in com.blackberry.workspaces.sdk.api.json
Methods in com.blackberry.workspaces.sdk.api.json that return VdrDocumentOrder Modifier and Type Method Description VdrDocumentOrder
ListDocumentsVdrJson. getDocumentOrder()
File order, if left empty set to LAST_UPDATED.Methods in com.blackberry.workspaces.sdk.api.json with parameters of type VdrDocumentOrder Modifier and Type Method Description void
ListDocumentsVdrJson. setDocumentOrder(VdrDocumentOrder documentOrder)
File order, if left empty set to LAST_UPDATED.