public class QueueQuickConnectConfig
extends java.lang.Object
implements java.io.Serializable
Contains information about a queue for a quick connect. The flow must be of type Transfer to Queue.
| Constructor and Description |
|---|
QueueQuickConnectConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getContactFlowId()
The identifier of the flow.
|
java.lang.String |
getQueueId()
The identifier for the queue.
|
int |
hashCode() |
void |
setContactFlowId(java.lang.String contactFlowId)
The identifier of the flow.
|
void |
setQueueId(java.lang.String queueId)
The identifier for the queue.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
QueueQuickConnectConfig |
withContactFlowId(java.lang.String contactFlowId)
The identifier of the flow.
|
QueueQuickConnectConfig |
withQueueId(java.lang.String queueId)
The identifier for the queue.
|
public java.lang.String getQueueId()
The identifier for the queue.
The identifier for the queue.
public void setQueueId(java.lang.String queueId)
The identifier for the queue.
queueId - The identifier for the queue.
public QueueQuickConnectConfig withQueueId(java.lang.String queueId)
The identifier for the queue.
Returns a reference to this object so that method calls can be chained together.
queueId - The identifier for the queue.
public java.lang.String getContactFlowId()
The identifier of the flow.
Constraints:
Length: - 500
The identifier of the flow.
public void setContactFlowId(java.lang.String contactFlowId)
The identifier of the flow.
Constraints:
Length: - 500
contactFlowId - The identifier of the flow.
public QueueQuickConnectConfig withContactFlowId(java.lang.String contactFlowId)
The identifier of the flow.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 500
contactFlowId - The identifier of the flow.
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