public class RoutingProfileQueueReference
extends java.lang.Object
implements java.io.Serializable
Contains the channel and queue identifier for a routing profile.
Constructor and Description |
---|
RoutingProfileQueueReference() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getChannel()
The channels agents can handle in the Contact Control Panel (CCP) for
this routing profile.
|
java.lang.String |
getQueueId()
The identifier of the queue.
|
int |
hashCode() |
void |
setChannel(Channel channel)
The channels agents can handle in the Contact Control Panel (CCP) for
this routing profile.
|
void |
setChannel(java.lang.String channel)
The channels agents can handle in the Contact Control Panel (CCP) for
this routing profile.
|
void |
setQueueId(java.lang.String queueId)
The identifier of the queue.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RoutingProfileQueueReference |
withChannel(Channel channel)
The channels agents can handle in the Contact Control Panel (CCP) for
this routing profile.
|
RoutingProfileQueueReference |
withChannel(java.lang.String channel)
The channels agents can handle in the Contact Control Panel (CCP) for
this routing profile.
|
RoutingProfileQueueReference |
withQueueId(java.lang.String queueId)
The identifier of the queue.
|
public java.lang.String getQueueId()
The identifier of the queue.
The identifier of the queue.
public void setQueueId(java.lang.String queueId)
The identifier of the queue.
queueId
- The identifier of the queue.
public RoutingProfileQueueReference withQueueId(java.lang.String queueId)
The identifier of the queue.
Returns a reference to this object so that method calls can be chained together.
queueId
- The identifier of the queue.
public java.lang.String getChannel()
The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.
Constraints:
Allowed Values: VOICE, CHAT, TASK
The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.
Channel
public void setChannel(java.lang.String channel)
The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.
Constraints:
Allowed Values: VOICE, CHAT, TASK
channel
- The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.
Channel
public RoutingProfileQueueReference withChannel(java.lang.String channel)
The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: VOICE, CHAT, TASK
channel
- The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.
Channel
public void setChannel(Channel channel)
The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.
Constraints:
Allowed Values: VOICE, CHAT, TASK
channel
- The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.
Channel
public RoutingProfileQueueReference withChannel(Channel channel)
The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: VOICE, CHAT, TASK
channel
- The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.
Channel
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.