public class RuleTriggerEventSource
extends java.lang.Object
implements java.io.Serializable
The name of the event source. This field is required if
TriggerEventSource is one of the following values:
OnZendeskTicketCreate | OnZendeskTicketStatusUpdate
| OnSalesforceCaseCreate
| Constructor and Description |
|---|
RuleTriggerEventSource() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getEventSourceName()
The name of the event source.
|
java.lang.String |
getIntegrationAssociationId()
The identifier for the integration association.
|
int |
hashCode() |
void |
setEventSourceName(EventSourceName eventSourceName)
The name of the event source.
|
void |
setEventSourceName(java.lang.String eventSourceName)
The name of the event source.
|
void |
setIntegrationAssociationId(java.lang.String integrationAssociationId)
The identifier for the integration association.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RuleTriggerEventSource |
withEventSourceName(EventSourceName eventSourceName)
The name of the event source.
|
RuleTriggerEventSource |
withEventSourceName(java.lang.String eventSourceName)
The name of the event source.
|
RuleTriggerEventSource |
withIntegrationAssociationId(java.lang.String integrationAssociationId)
The identifier for the integration association.
|
public java.lang.String getEventSourceName()
The name of the event source.
Constraints:
Allowed Values: OnPostCallAnalysisAvailable,
OnRealTimeCallAnalysisAvailable, OnPostChatAnalysisAvailable,
OnZendeskTicketCreate, OnZendeskTicketStatusUpdate,
OnSalesforceCaseCreate, OnContactEvaluationSubmit
The name of the event source.
EventSourceNamepublic void setEventSourceName(java.lang.String eventSourceName)
The name of the event source.
Constraints:
Allowed Values: OnPostCallAnalysisAvailable,
OnRealTimeCallAnalysisAvailable, OnPostChatAnalysisAvailable,
OnZendeskTicketCreate, OnZendeskTicketStatusUpdate,
OnSalesforceCaseCreate, OnContactEvaluationSubmit
eventSourceName - The name of the event source.
EventSourceNamepublic RuleTriggerEventSource withEventSourceName(java.lang.String eventSourceName)
The name of the event source.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: OnPostCallAnalysisAvailable,
OnRealTimeCallAnalysisAvailable, OnPostChatAnalysisAvailable,
OnZendeskTicketCreate, OnZendeskTicketStatusUpdate,
OnSalesforceCaseCreate, OnContactEvaluationSubmit
eventSourceName - The name of the event source.
EventSourceNamepublic void setEventSourceName(EventSourceName eventSourceName)
The name of the event source.
Constraints:
Allowed Values: OnPostCallAnalysisAvailable,
OnRealTimeCallAnalysisAvailable, OnPostChatAnalysisAvailable,
OnZendeskTicketCreate, OnZendeskTicketStatusUpdate,
OnSalesforceCaseCreate, OnContactEvaluationSubmit
eventSourceName - The name of the event source.
EventSourceNamepublic RuleTriggerEventSource withEventSourceName(EventSourceName eventSourceName)
The name of the event source.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: OnPostCallAnalysisAvailable,
OnRealTimeCallAnalysisAvailable, OnPostChatAnalysisAvailable,
OnZendeskTicketCreate, OnZendeskTicketStatusUpdate,
OnSalesforceCaseCreate, OnContactEvaluationSubmit
eventSourceName - The name of the event source.
EventSourceNamepublic java.lang.String getIntegrationAssociationId()
The identifier for the integration association.
Constraints:
Length: 1 - 200
The identifier for the integration association.
public void setIntegrationAssociationId(java.lang.String integrationAssociationId)
The identifier for the integration association.
Constraints:
Length: 1 - 200
integrationAssociationId - The identifier for the integration association.
public RuleTriggerEventSource withIntegrationAssociationId(java.lang.String integrationAssociationId)
The identifier for the integration association.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 200
integrationAssociationId - The identifier for the integration association.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object