Package com.mypurecloud.sdk.v2.model
Class CustomAttributesBulkUpdateResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.CustomAttributesBulkUpdateResponse
- All Implemented Interfaces:
Serializable
CustomAttributesBulkUpdateResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattributes(CustomAttributes attributes) The Custom Attributes record.booleanerrorMessage(String errorMessage) The error message if an error occurs while updating the record, otherwise null.inthashCode()voidsetAttributes(CustomAttributes attributes) voidsetErrorMessage(String errorMessage) voidsetStatusCode(Integer statusCode) statusCode(Integer statusCode) The status code result of updating the Custom Attributes record.toString()
-
Constructor Details
-
CustomAttributesBulkUpdateResponse
public CustomAttributesBulkUpdateResponse() -
CustomAttributesBulkUpdateResponse
-
-
Method Details
-
attributes
The Custom Attributes record. -
getAttributes
-
setAttributes
-
statusCode
The status code result of updating the Custom Attributes record. -
getStatusCode
-
setStatusCode
-
errorMessage
The error message if an error occurs while updating the record, otherwise null. -
getErrorMessage
-
setErrorMessage
-
equals
-
hashCode
public int hashCode() -
toString
-