Package com.mypurecloud.sdk.v2.model
Class CustomAttributesPatchRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.CustomAttributesPatchRequest
- All Implemented Interfaces:
Serializable
CustomAttributesPatchRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncustomAttributes(Map<String, Object> customAttributes) The map of attribute values.The list of division ids.booleangetId()inthashCode()Unique identifier for the Custom Attributes record.voidsetCustomAttributes(Map<String, Object> customAttributes) voidsetDivisions(List<String> divisions) voidvoidsetVersion(Integer version) toString()The latest version of the Custom Attributes record.
-
Constructor Details
-
CustomAttributesPatchRequest
public CustomAttributesPatchRequest() -
CustomAttributesPatchRequest
-
-
Method Details
-
id
Unique identifier for the Custom Attributes record. IDs are created by users. -
getId
-
setId
-
divisions
The list of division ids. Use [] if divisions aren't used (Unassigned Division). Omitting or setting to [] clears existing values on update. -
getDivisions
-
setDivisions
-
version
The latest version of the Custom Attributes record. Optional for concurrency check. -
getVersion
-
setVersion
-
customAttributes
The map of attribute values. -
getCustomAttributes
-
setCustomAttributes
-
equals
-
hashCode
public int hashCode() -
toString
-