Uses of Class
com.blackberry.workspaces.sdk.api.json.DocumentCurrentVersionJson
-
Packages that use DocumentCurrentVersionJson Package Description com.blackberry.workspaces.sdk.api.json -
-
Uses of DocumentCurrentVersionJson in com.blackberry.workspaces.sdk.api.json
Methods in com.blackberry.workspaces.sdk.api.json that return DocumentCurrentVersionJson Modifier and Type Method Description DocumentCurrentVersionJson
DocumentJson. getDocumentCurrentVersion()
A json which represents the current version of the documentDocumentCurrentVersionJson
GetInfoUnauthDocumentResultJson. getDocumentCurrentVersion()
A json which represents the current version of the fileDocumentCurrentVersionJson
IManageDocumentJson. getDocumentCurrentVersion()
A json which represents the current version of the fileDocumentCurrentVersionJson
RecycleBinDocumentJson. getDocumentCurrentVersion()
A json which represents the current version of the fileDocumentCurrentVersionJson
SubmitDocumentResultJson. getDocumentCurrentVersion()
A json which represents the current version of the fileDocumentCurrentVersionJson
SubmitIManageDocumentResultJson. getDocumentCurrentVersion()
A json which represents the current version of the fileDocumentCurrentVersionJson
SubmitTransientDocumentResultJson. getDocumentCurrentVersion()
A json which represents the current version of the fileDocumentCurrentVersionJson
TransientDocumentJson. getDocumentCurrentVersion()
A json which represents the current version of the fileMethods in com.blackberry.workspaces.sdk.api.json with parameters of type DocumentCurrentVersionJson Modifier and Type Method Description void
DocumentJson. setDocumentCurrentVersion(DocumentCurrentVersionJson documentCurrentVersion)
A json which represents the current version of the documentvoid
GetInfoUnauthDocumentResultJson. setDocumentCurrentVersion(DocumentCurrentVersionJson documentCurrentVersion)
A json which represents the current version of the filevoid
IManageDocumentJson. setDocumentCurrentVersion(DocumentCurrentVersionJson documentCurrentVersion)
A json which represents the current version of the filevoid
RecycleBinDocumentJson. setDocumentCurrentVersion(DocumentCurrentVersionJson documentCurrentVersion)
A json which represents the current version of the filevoid
SubmitDocumentResultJson. setDocumentCurrentVersion(DocumentCurrentVersionJson documentCurrentVersion)
A json which represents the current version of the filevoid
SubmitIManageDocumentResultJson. setDocumentCurrentVersion(DocumentCurrentVersionJson documentCurrentVersion)
A json which represents the current version of the filevoid
SubmitTransientDocumentResultJson. setDocumentCurrentVersion(DocumentCurrentVersionJson documentCurrentVersion)
A json which represents the current version of the filevoid
TransientDocumentJson. setDocumentCurrentVersion(DocumentCurrentVersionJson documentCurrentVersion)
A json which represents the current version of the file
-