public class CallTransferParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CallTransferParameterSet.CallTransferParameterSetBuilder
Fluent builder for the CallTransferParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
InvitationParticipantInfo |
transferTarget
The transfer Target.
|
| Modifier | Constructor and Description |
|---|---|
|
CallTransferParameterSet()
Instiaciates a new CallTransferParameterSet
|
protected |
CallTransferParameterSet(CallTransferParameterSet.CallTransferParameterSetBuilder builder)
Instiaciates a new CallTransferParameterSet
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.microsoft.graph.options.FunctionOption> |
getFunctionOptions()
Gets the functions options from the properties that have been set
|
static CallTransferParameterSet.CallTransferParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="transferTarget",
alternate="TransferTarget")
@Expose
@Nullable
public InvitationParticipantInfo transferTarget
public CallTransferParameterSet()
protected CallTransferParameterSet(@Nonnull
CallTransferParameterSet.CallTransferParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static CallTransferParameterSet.CallTransferParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()