public static final class CallRedirectParameterSet.CallRedirectParameterSetBuilder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
callbackUri
The callbackUri parameter value
|
protected java.util.List<InvitationParticipantInfo> |
targets
The targets parameter value
|
protected java.lang.Integer |
timeout
The timeout parameter value
|
Modifier | Constructor and Description |
---|---|
protected |
CallRedirectParameterSetBuilder()
Instanciates a new CallRedirectParameterSetBuilder
|
Modifier and Type | Method and Description |
---|---|
CallRedirectParameterSet |
build()
Buils the resulting body object to be passed to the request
|
CallRedirectParameterSet.CallRedirectParameterSetBuilder |
withCallbackUri(java.lang.String val)
Sets the CallbackUri
|
CallRedirectParameterSet.CallRedirectParameterSetBuilder |
withTargets(java.util.List<InvitationParticipantInfo> val)
Sets the Targets
|
CallRedirectParameterSet.CallRedirectParameterSetBuilder |
withTimeout(java.lang.Integer val)
Sets the Timeout
|
@Nullable protected java.util.List<InvitationParticipantInfo> targets
@Nullable protected java.lang.Integer timeout
@Nullable protected java.lang.String callbackUri
@Nullable protected CallRedirectParameterSetBuilder()
@Nonnull public CallRedirectParameterSet.CallRedirectParameterSetBuilder withTargets(@Nullable java.util.List<InvitationParticipantInfo> val)
val
- the value to set it to@Nonnull public CallRedirectParameterSet.CallRedirectParameterSetBuilder withTimeout(@Nullable java.lang.Integer val)
val
- the value to set it to@Nonnull public CallRedirectParameterSet.CallRedirectParameterSetBuilder withCallbackUri(@Nullable java.lang.String val)
val
- the value to set it to@Nonnull public CallRedirectParameterSet build()