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
All Methods Instance Methods Concrete Methods 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 values-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getDocumentGuids
public Set<String> getDocumentGuids()
List of file guids- Returns:
- List of file guids
-
setDocumentGuids
public void setDocumentGuids(Set<String> documentGuids)
List of file guids- Parameters:
documentGuids
- List of file guids
-
getTagValueList
public TagListJson getTagValueList()
List of tag values- Returns:
- List of tag values
-
setTagValueList
public void setTagValueList(TagListJson tagValueList)
List of tag values- Parameters:
tagValueList
- List of tag values
-
-