Uses of Class
com.blackberry.workspaces.api.sdk.enums.DocumentStatusForApi
-
Packages that use DocumentStatusForApi Package Description com.blackberry.workspaces.api.sdk com.blackberry.workspaces.api.sdk.enums com.blackberry.workspaces.api.sdk.json -
-
Uses of DocumentStatusForApi in com.blackberry.workspaces.api.sdk
Methods in com.blackberry.workspaces.api.sdk that return DocumentStatusForApi Modifier and Type Method Description DocumentStatusForApi
Consts.DocumentStatus. getApiStatusText()
-
Uses of DocumentStatusForApi in com.blackberry.workspaces.api.sdk.enums
Methods in com.blackberry.workspaces.api.sdk.enums that return DocumentStatusForApi Modifier and Type Method Description static DocumentStatusForApi
DocumentStatusForApi. valueOf(String name)
Returns the enum constant of this type with the specified name.static DocumentStatusForApi[]
DocumentStatusForApi. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DocumentStatusForApi in com.blackberry.workspaces.api.sdk.json
Methods in com.blackberry.workspaces.api.sdk.json that return DocumentStatusForApi Modifier and Type Method Description DocumentStatusForApi
StatusJson. getDocumentState()
Representing status: completed, in progress, error.Methods in com.blackberry.workspaces.api.sdk.json with parameters of type DocumentStatusForApi Modifier and Type Method Description void
StatusJson. setDocumentState(DocumentStatusForApi documentState)
Representing status: completed, in progress, error.
-