public class OutboundCallerConfig
extends java.lang.Object
implements java.io.Serializable
The outbound caller ID name, number, and outbound whisper flow.
| Constructor and Description |
|---|
OutboundCallerConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getOutboundCallerIdName()
The caller ID name.
|
java.lang.String |
getOutboundCallerIdNumberId()
The caller ID number.
|
java.lang.String |
getOutboundFlowId()
The outbound whisper flow to be used during an outbound call.
|
int |
hashCode() |
void |
setOutboundCallerIdName(java.lang.String outboundCallerIdName)
The caller ID name.
|
void |
setOutboundCallerIdNumberId(java.lang.String outboundCallerIdNumberId)
The caller ID number.
|
void |
setOutboundFlowId(java.lang.String outboundFlowId)
The outbound whisper flow to be used during an outbound call.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
OutboundCallerConfig |
withOutboundCallerIdName(java.lang.String outboundCallerIdName)
The caller ID name.
|
OutboundCallerConfig |
withOutboundCallerIdNumberId(java.lang.String outboundCallerIdNumberId)
The caller ID number.
|
OutboundCallerConfig |
withOutboundFlowId(java.lang.String outboundFlowId)
The outbound whisper flow to be used during an outbound call.
|
public java.lang.String getOutboundCallerIdName()
The caller ID name.
Constraints:
Length: 1 - 255
The caller ID name.
public void setOutboundCallerIdName(java.lang.String outboundCallerIdName)
The caller ID name.
Constraints:
Length: 1 - 255
outboundCallerIdName - The caller ID name.
public OutboundCallerConfig withOutboundCallerIdName(java.lang.String outboundCallerIdName)
The caller ID name.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 255
outboundCallerIdName - The caller ID name.
public java.lang.String getOutboundCallerIdNumberId()
The caller ID number.
The caller ID number.
public void setOutboundCallerIdNumberId(java.lang.String outboundCallerIdNumberId)
The caller ID number.
outboundCallerIdNumberId - The caller ID number.
public OutboundCallerConfig withOutboundCallerIdNumberId(java.lang.String outboundCallerIdNumberId)
The caller ID number.
Returns a reference to this object so that method calls can be chained together.
outboundCallerIdNumberId - The caller ID number.
public java.lang.String getOutboundFlowId()
The outbound whisper flow to be used during an outbound call.
Constraints:
Length: - 500
The outbound whisper flow to be used during an outbound call.
public void setOutboundFlowId(java.lang.String outboundFlowId)
The outbound whisper flow to be used during an outbound call.
Constraints:
Length: - 500
outboundFlowId - The outbound whisper flow to be used during an outbound call.
public OutboundCallerConfig withOutboundFlowId(java.lang.String outboundFlowId)
The outbound whisper flow to be used during an outbound call.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 500
outboundFlowId - The outbound whisper flow to be used during an outbound call.
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