Package com.mypurecloud.sdk.v2.model
Class ConversationContentNotificationResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationContentNotificationResponse
- All Implemented Interfaces:
Serializable
Inbound response to a notification, such as an Apple Invitations acceptance.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe status of the notification response. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()notificationStatus(ConversationContentNotificationResponse.NotificationStatusEnum notificationStatus) The status of the notification response.notificationText(String notificationText) The localized display text of the user's response (e.g.originatingMessageId(String originatingMessageId) Reference to the ID of the original outbound notification message this response is for (e.g. the Apple requestIdentifier).referenceId(String referenceId) The business context reference associated with the notification (e.g. order ID, case ID).voidsetNotificationStatus(ConversationContentNotificationResponse.NotificationStatusEnum notificationStatus) voidsetNotificationText(String notificationText) voidsetOriginatingMessageId(String originatingMessageId) voidsetReferenceId(String referenceId) toString()
-
Constructor Details
-
ConversationContentNotificationResponse
public ConversationContentNotificationResponse() -
ConversationContentNotificationResponse
-
-
Method Details
-
originatingMessageId
Reference to the ID of the original outbound notification message this response is for (e.g. the Apple requestIdentifier). -
getOriginatingMessageId
-
setOriginatingMessageId
-
referenceId
The business context reference associated with the notification (e.g. order ID, case ID). May be empty if the provider does not return it. -
getReferenceId
-
setReferenceId
-
notificationStatus
public ConversationContentNotificationResponse notificationStatus(ConversationContentNotificationResponse.NotificationStatusEnum notificationStatus) The status of the notification response. -
getNotificationStatus
-
setNotificationStatus
public void setNotificationStatus(ConversationContentNotificationResponse.NotificationStatusEnum notificationStatus) -
notificationText
The localized display text of the user's response (e.g. \"Yes\"). -
getNotificationText
-
setNotificationText
-
equals
-
hashCode
public int hashCode() -
toString
-