Package com.mypurecloud.sdk.v2.model
Class RecordingNotificationResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.RecordingNotificationResponse
- All Implemented Interfaces:
Serializable
RecordingNotificationResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe status of the notification response. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()notificationStatus(RecordingNotificationResponse.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(RecordingNotificationResponse.NotificationStatusEnum notificationStatus) voidsetNotificationText(String notificationText) voidsetOriginatingMessageId(String originatingMessageId) voidsetReferenceId(String referenceId) toString()
-
Constructor Details
-
RecordingNotificationResponse
public RecordingNotificationResponse() -
RecordingNotificationResponse
-
-
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 RecordingNotificationResponse notificationStatus(RecordingNotificationResponse.NotificationStatusEnum notificationStatus) The status of the notification response. -
getNotificationStatus
-
setNotificationStatus
public void setNotificationStatus(RecordingNotificationResponse.NotificationStatusEnum notificationStatus) -
notificationText
The localized display text of the user's response (e.g. \"Yes\"). -
getNotificationText
-
setNotificationText
-
equals
-
hashCode
public int hashCode() -
toString
-