Package | Description |
---|---|
com.blackberry.workspaces.api.sdk | |
com.blackberry.workspaces.api.sdk.json | |
com.blackberry.workspaces.api.sdk.resource |
Modifier and Type | Method and Description |
---|---|
void |
UploadManager.updateDocumentTags(int roomID,
String docID,
TagListJson uploadTags)
Update tags for known document by ID (GUID)
|
Modifier and Type | Method and Description |
---|---|
TagListJson |
TransientDocumentJson.getTagList()
Tags, if exist.
|
TagListJson |
SubmitTransientDocumentResultJson.getTagList()
Tags, if exist.
|
TagListJson |
SubmitIManageDocumentResultJson.getTagList()
Tags, if exist.
|
TagListJson |
SubmitDocumentResultJson.getTagList()
Tags, if exist.
|
TagListJson |
IManageDocumentJson.getTagList()
Tags, if exist.
|
TagListJson |
DocumentJson.getTagList()
Tags, if exist.
|
TagListJson |
SubmitDocumentVdrJson.getTagValueList() |
TagListJson |
SubmitDocumentsVdrJson.getTagValueList() |
TagListJson |
AddDocumentsTagValuesJson.getTagValueList()
List of tag values
|
Modifier and Type | Method and Description |
---|---|
void |
TransientDocumentJson.setTagList(TagListJson tagList)
Tags, if exist.
|
void |
SubmitTransientDocumentResultJson.setTagList(TagListJson tagList)
Tags, if exist.
|
void |
SubmitIManageDocumentResultJson.setTagList(TagListJson tagList)
Tags, if exist.
|
void |
SubmitDocumentResultJson.setTagList(TagListJson tagList)
Tags, if exist.
|
void |
IManageDocumentJson.setTagList(TagListJson tagList)
Tags, if exist.
|
void |
DocumentJson.setTagList(TagListJson tagList)
Tags, if exist.
|
void |
SubmitDocumentVdrJson.setTagValueList(TagListJson tagValueList) |
void |
SubmitDocumentsVdrJson.setTagValueList(TagListJson tagValueList) |
void |
AddDocumentsTagValuesJson.setTagValueList(TagListJson tagValueList)
List of tag values
|
Modifier and Type | Method and Description |
---|---|
TagListJson |
Workspaces.getRoomsTagValuesV30(RoomListJson roomListJson)
Gets a list of tags for a list of the user's workspaces.
|
TagListJson |
Rooms.getRoomsTagValuesV30(RoomListJson roomListJson)
Gets a list of tags for a list of the user's workspaces.
|
Copyright © 2019. All rights reserved.