Class RemoveDocumentsTagValuesJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.RemoveDocumentsTagValuesJson
- All Implemented Interfaces:
Serializable
public class RemoveDocumentsTagValuesJson extends BaseJson
List of files to remove tags from
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description RemoveDocumentsTagValuesJson()
-
Method Summary
Modifier and Type Method Description Set<String>
getDocumentGuids()
List of file guidsboolean
getRemoveAllValues()
Deprecated.TagListRemoveJson
getTagValueList()
List of tag valuesboolean
isRemoveAllValues()
Remove all valuesvoid
setDocumentGuids(Set<String> documentGuids)
List of file guidsvoid
setRemoveAllValues(boolean removeAllValues)
Remove all valuesvoid
setTagValueList(TagListRemoveJson tagValueList)
List of tag valuesMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
RemoveDocumentsTagValuesJson
public RemoveDocumentsTagValuesJson()
-
-
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
-
isRemoveAllValues
public boolean isRemoveAllValues()Remove all values- Returns:
- Remove all values
-
getRemoveAllValues
Deprecated.Remove all values- Returns:
- Remove all values
-
setRemoveAllValues
public void setRemoveAllValues(boolean removeAllValues)Remove all values- Parameters:
removeAllValues
- Remove all values
-