Package com.mypurecloud.sdk.v2.model
Class ContactableStatus
java.lang.Object
com.mypurecloud.sdk.v2.model.ContactableStatus
- All Implemented Interfaces:
Serializable
ContactableStatus
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncolumnStatus(Map<String, ColumnStatus> columnStatus) A map of individual contact method columns to whether the individual column is contactable for the associated media type.contactable(Boolean contactable) Indicates whether or not the entire contact is contactable for the associated media type.booleaninthashCode()voidsetColumnStatus(Map<String, ColumnStatus> columnStatus) voidsetContactable(Boolean contactable) toString()
-
Constructor Details
-
ContactableStatus
public ContactableStatus() -
ContactableStatus
-
-
Method Details
-
contactable
Indicates whether or not the entire contact is contactable for the associated media type. -
getContactable
-
setContactable
-
columnStatus
A map of individual contact method columns to whether the individual column is contactable for the associated media type. -
getColumnStatus
-
setColumnStatus
-
equals
-
hashCode
public int hashCode() -
toString
-