Uses of Class
com.blackberry.workspaces.sdk.api.enums.DocumentStatusForApi
Package | Description |
---|---|
com.blackberry.workspaces.sdk.api | |
com.blackberry.workspaces.sdk.api.enums | |
com.blackberry.workspaces.sdk.api.json |
-
Uses of DocumentStatusForApi in com.blackberry.workspaces.sdk.api
Methods in com.blackberry.workspaces.sdk.api that return DocumentStatusForApi Modifier and Type Method Description DocumentStatusForApi
Consts.DocumentStatus. getApiStatusText()
-
Uses of DocumentStatusForApi in com.blackberry.workspaces.sdk.api.enums
Methods in com.blackberry.workspaces.sdk.api.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.sdk.api.json
Methods in com.blackberry.workspaces.sdk.api.json that return DocumentStatusForApi Modifier and Type Method Description DocumentStatusForApi
StatusJson. getDocumentState()
Representing status: completed, in progress, error.Methods in com.blackberry.workspaces.sdk.api.json with parameters of type DocumentStatusForApi Modifier and Type Method Description void
StatusJson. setDocumentState(DocumentStatusForApi documentState)
Representing status: completed, in progress, error.