Uses of Class
com.blackberry.workspaces.api.sdk.json.ExistingDocumentJson
-
Packages that use ExistingDocumentJson Package Description com.blackberry.workspaces.api.sdk.json -
-
Uses of ExistingDocumentJson in com.blackberry.workspaces.api.sdk.json
Methods in com.blackberry.workspaces.api.sdk.json that return ExistingDocumentJson Modifier and Type Method Description ExistingDocumentJson
SubmitDocumentResultJson. getExistingDocument()
ExistingDocumentJson
SubmitIfNewJson. getExistingDocument()
ExistingDocumentJson
SubmitIManageDocumentResultJson. getExistingDocument()
ExistingDocumentJson
SubmitTransientDocumentResultJson. getExistingDocument()
Methods in com.blackberry.workspaces.api.sdk.json with parameters of type ExistingDocumentJson Modifier and Type Method Description void
SubmitDocumentResultJson. setExistingDocument(ExistingDocumentJson existingDocument)
void
SubmitIfNewJson. setExistingDocument(ExistingDocumentJson existingDocument)
void
SubmitIManageDocumentResultJson. setExistingDocument(ExistingDocumentJson existingDocument)
void
SubmitTransientDocumentResultJson. setExistingDocument(ExistingDocumentJson existingDocument)
-