Uses of Class
com.blackberry.workspaces.sdk.api.json.TagFieldJson
Package | Description |
---|---|
com.blackberry.workspaces.sdk.api.resource |
-
Uses of TagFieldJson in com.blackberry.workspaces.sdk.api.resource
Methods in com.blackberry.workspaces.sdk.api.resource that return types with arguments of type TagFieldJson Modifier and Type Method Description ItemListJson<TagFieldJson>
Organizations. getAllTagsV30(String workspaceId)
Gets a list of all tags for an organization.Methods in com.blackberry.workspaces.sdk.api.resource with parameters of type TagFieldJson Modifier and Type Method Description String
Organizations. addTagFieldV30(TagFieldJson tagFieldJson)
Adds an organizational tag.String
Rooms. removeAllTagsV30(String documentGuid, String roomId, TagFieldJson tagFieldJson)
Removes all tags for a specified file.String
Workspaces. removeAllTagsV30(String documentGuid, String roomId, TagFieldJson tagFieldJson)
Removes all tags for a specified file.