Package com.mypurecloud.sdk.v2.model
Class CustomAttributesUpdateRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.CustomAttributesUpdateRequest
- All Implemented Interfaces:
Serializable
CustomAttributesUpdateRequest
- 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.The id of the schema that dictates which attributes can be included.voidsetCustomAttributes(Map<String, Object> customAttributes) voidsetDivisions(List<String> divisions) voidvoidsetSchemaId(String schemaId) voidsetVersion(Integer version) toString()The latest version of the Custom Attributes record.
-
Constructor Details
-
CustomAttributesUpdateRequest
public CustomAttributesUpdateRequest() -
CustomAttributesUpdateRequest
-
-
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
-
schemaId
The id of the schema that dictates which attributes can be included. Required for create, cannot be updated. -
getSchemaId
-
setSchemaId
-
version
The latest version of the Custom Attributes record. Optional for concurrency check on update. -
getVersion
-
setVersion
-
customAttributes
The map of attribute values. -
getCustomAttributes
-
setCustomAttributes
-
equals
-
hashCode
public int hashCode() -
toString
-