Uses of Class
com.blackberry.workspaces.sdk.api.json.TagListJson
-
Packages that use TagListJson Package Description com.blackberry.workspaces.sdk.api com.blackberry.workspaces.sdk.api.json com.blackberry.workspaces.sdk.api.resource -
-
Uses of TagListJson in com.blackberry.workspaces.sdk.api
Methods in com.blackberry.workspaces.sdk.api with parameters of type TagListJson Modifier and Type Method Description void
UploadManager. updateDocumentTags(int roomID, String docID, TagListJson uploadTags)
Update tags for known document by ID (GUID) -
Uses of TagListJson in com.blackberry.workspaces.sdk.api.json
Methods in com.blackberry.workspaces.sdk.api.json that return TagListJson Modifier and Type Method Description TagListJson
DocumentJson. getTagList()
Tags, if exist.TagListJson
IManageDocumentJson. getTagList()
Tags, if exist.TagListJson
SubmitDocumentResultJson. getTagList()
Tags, if exist.TagListJson
SubmitIManageDocumentResultJson. getTagList()
Tags, if exist.TagListJson
SubmitTransientDocumentResultJson. getTagList()
Tags, if exist.TagListJson
TransientDocumentJson. getTagList()
Tags, if exist.TagListJson
AddDocumentsTagValuesJson. getTagValueList()
List of tag valuesTagListJson
SubmitDocumentsVdrJson. getTagValueList()
TagListJson
SubmitDocumentVdrJson. getTagValueList()
Methods in com.blackberry.workspaces.sdk.api.json with parameters of type TagListJson Modifier and Type Method Description void
DocumentJson. setTagList(TagListJson tagList)
Tags, if exist.void
IManageDocumentJson. setTagList(TagListJson tagList)
Tags, if exist.void
SubmitDocumentResultJson. setTagList(TagListJson tagList)
Tags, if exist.void
SubmitIManageDocumentResultJson. setTagList(TagListJson tagList)
Tags, if exist.void
SubmitTransientDocumentResultJson. setTagList(TagListJson tagList)
Tags, if exist.void
TransientDocumentJson. setTagList(TagListJson tagList)
Tags, if exist.void
AddDocumentsTagValuesJson. setTagValueList(TagListJson tagValueList)
List of tag valuesvoid
SubmitDocumentsVdrJson. setTagValueList(TagListJson tagValueList)
void
SubmitDocumentVdrJson. setTagValueList(TagListJson tagValueList)
-
Uses of TagListJson in com.blackberry.workspaces.sdk.api.resource
Methods in com.blackberry.workspaces.sdk.api.resource that return TagListJson Modifier and Type Method Description TagListJson
Rooms. getRoomsTagValuesV30(RoomListJson roomListJson)
Gets a list of tags for a list of the user's workspaces.TagListJson
Workspaces. getRoomsTagValuesV30(RoomListJson roomListJson)
Gets a list of tags for a list of the user's workspaces.
-