static TelephonyOutboundMode |
TelephonyOutboundMode.fromAgentless(Consumer<AgentlessConfig.Builder> agentless) |
Create an instance of this class with agentless() initialized to the given value.
|
static TelephonyOutboundMode |
TelephonyOutboundMode.fromAgentless(AgentlessConfig agentless) |
Create an instance of this class with agentless() initialized to the given value.
|
static TelephonyOutboundMode |
TelephonyOutboundMode.fromPredictive(Consumer<PredictiveConfig.Builder> predictive) |
Create an instance of this class with predictive() initialized to the given value.
|
static TelephonyOutboundMode |
TelephonyOutboundMode.fromPredictive(PredictiveConfig predictive) |
Create an instance of this class with predictive() initialized to the given value.
|
static TelephonyOutboundMode |
TelephonyOutboundMode.fromProgressive(Consumer<ProgressiveConfig.Builder> progressive) |
Create an instance of this class with progressive() initialized to the given value.
|
static TelephonyOutboundMode |
TelephonyOutboundMode.fromProgressive(ProgressiveConfig progressive) |
Create an instance of this class with progressive() initialized to the given value.
|
TelephonyOutboundMode |
TelephonyChannelSubtypeConfig.outboundMode() |
Returns the value of the OutboundMode property for this object.
|