Package com.mypurecloud.sdk.v2.model
Class ConversationSecureAttributes
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationSecureAttributes
- All Implemented Interfaces:
Serializable
ConversationSecureAttributes
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattributes(Map<String, String> attributes) The map of attribute keys to values.booleaninthashCode()voidsetAttributes(Map<String, String> attributes) voidsetVersion(Integer version) toString()The version used to detect conflicting updates when using PUT.
-
Constructor Details
-
ConversationSecureAttributes
public ConversationSecureAttributes() -
ConversationSecureAttributes
-
-
Method Details
-
attributes
The map of attribute keys to values. -
getAttributes
-
setAttributes
-
version
The version used to detect conflicting updates when using PUT. Not used for PATCH. -
getVersion
-
setVersion
-
equals
-
hashCode
public int hashCode() -
toString
-