Uses of Class
com.blackberry.workspaces.api.sdk.json.TransientDocumentJson
-
Packages that use TransientDocumentJson Package Description com.blackberry.workspaces.api.sdk.json com.blackberry.workspaces.api.sdk.resource -
-
Uses of TransientDocumentJson in com.blackberry.workspaces.api.sdk.json
Methods in com.blackberry.workspaces.api.sdk.json that return TransientDocumentJson Modifier and Type Method Description TransientDocumentJson
SubmitIfNewTransientDocumentJson. getDocument()
TransientDocumentJson
LastDocWithActivityJson. getTransientDocumentJson()
Methods in com.blackberry.workspaces.api.sdk.json with parameters of type TransientDocumentJson Modifier and Type Method Description void
SubmitIfNewTransientDocumentJson. setDocument(TransientDocumentJson document)
void
LastDocWithActivityJson. setTransientDocumentJson(TransientDocumentJson transientDocumentJson)
-
Uses of TransientDocumentJson in com.blackberry.workspaces.api.sdk.resource
Methods in com.blackberry.workspaces.api.sdk.resource that return TransientDocumentJson Modifier and Type Method Description TransientDocumentJson
TransientWorkspaces. getDocumentInfoV30(TransientDocumentInfoJson transientDocumentInfoJson)
Retrieves file info.TransientDocumentJson
TransientWorkspaces. renameDocumentV30(RenameTransientDocumentJson renameTransientDocumentJson)
Renames a file in a transient workspace.Methods in com.blackberry.workspaces.api.sdk.resource that return types with arguments of type TransientDocumentJson Modifier and Type Method Description PagingItemListJson<TransientDocumentJson>
TransientWorkspaces. getValidPathInfoListV30(GetValidPathInfoListJson getValidPathInfoListJson)
Get info for a valid list paths.PagingItemListJson<TransientDocumentJson>
TransientWorkspaces. listStarredDocumentsV30(ListStarredTransientDocumentsJson listStarredTransientDocumentsJson)
List starred files in transient workspace.
-