Package com.mypurecloud.sdk.v2.model
Class DocumentUpdate
java.lang.Object
com.mypurecloud.sdk.v2.model.DocumentUpdate
- All Implemented Interfaces:
Serializable
DocumentUpdate
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchangeNumber(Integer changeNumber) booleangetName()getRead()inthashCode()The name of the documentremoveAttributes(List<String> removeAttributes) removeTagIds(List<String> removeTagIds) removeTags(List<String> removeTags) voidsetAddTagIds(List<String> addTagIds) voidsetAddTags(List<String> addTags) voidsetChangeNumber(Integer changeNumber) voidvoidvoidsetRemoveAttributes(List<String> removeAttributes) voidsetRemoveTagIds(List<String> removeTagIds) voidsetRemoveTags(List<String> removeTags) voidsetUpdateAttributes(List<DocumentAttribute> updateAttributes) toString()updateAttributes(List<DocumentAttribute> updateAttributes)
-
Constructor Details
-
DocumentUpdate
public DocumentUpdate() -
DocumentUpdate
-
-
Method Details
-
changeNumber
-
getChangeNumber
-
setChangeNumber
-
name
The name of the document -
getName
-
setName
-
read
-
getRead
-
setRead
-
addTags
-
getAddTags
-
setAddTags
-
removeTags
-
getRemoveTags
-
setRemoveTags
-
addTagIds
-
getAddTagIds
-
setAddTagIds
-
removeTagIds
-
getRemoveTagIds
-
setRemoveTagIds
-
updateAttributes
-
getUpdateAttributes
-
setUpdateAttributes
-
removeAttributes
-
getRemoveAttributes
-
setRemoveAttributes
-
equals
-
hashCode
public int hashCode() -
toString
-