Class AddDocumentsTagValuesJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.AddDocumentsTagValuesJson
- All Implemented Interfaces:
Serializable
public class AddDocumentsTagValuesJson extends BaseJson
List tags.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description AddDocumentsTagValuesJson()
-
Method Summary
Modifier and Type Method Description Set<String>
getDocumentGuids()
List of file guidsTagListJson
getTagValueList()
List of tag valuesvoid
setDocumentGuids(Set<String> documentGuids)
List of file guidsvoid
setTagValueList(TagListJson tagValueList)
List of tag valuesMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
AddDocumentsTagValuesJson
public AddDocumentsTagValuesJson()
-
-
Method Details
-
getDocumentGuids
List of file guids- Returns:
- List of file guids
-
setDocumentGuids
List of file guids- Parameters:
documentGuids
- List of file guids
-
getTagValueList
List of tag values- Returns:
- List of tag values
-
setTagValueList
List of tag values- Parameters:
tagValueList
- List of tag values
-