public static final class CallTransferParameterSet.CallTransferParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected InvitationParticipantInfo |
transferTarget
The transferTarget parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
CallTransferParameterSetBuilder()
Instanciates a new CallTransferParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
CallTransferParameterSet |
build()
Buils the resulting body object to be passed to the request
|
CallTransferParameterSet.CallTransferParameterSetBuilder |
withTransferTarget(InvitationParticipantInfo val)
Sets the TransferTarget
|
@Nullable protected InvitationParticipantInfo transferTarget
@Nullable protected CallTransferParameterSetBuilder()
@Nonnull public CallTransferParameterSet.CallTransferParameterSetBuilder withTransferTarget(@Nullable InvitationParticipantInfo val)
val - the value to set it to@Nonnull public CallTransferParameterSet build()