Package com.microsoft.graph.models
Class CallTransferParameterSet
java.lang.Object
com.microsoft.graph.models.CallTransferParameterSet
The class for the Call Transfer Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the CallTransferParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe transferee.The transfer Target. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new CallTransferParameterSetprotected
Instiaciates a new CallTransferParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>
Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
transferTarget
@SerializedName(value="transferTarget", alternate="TransferTarget") @Expose @Nullable public InvitationParticipantInfo transferTargetThe transfer Target. -
transferee
@SerializedName(value="transferee", alternate="Transferee") @Expose @Nullable public ParticipantInfo transfereeThe transferee.
-
-
Constructor Details
-
CallTransferParameterSet
public CallTransferParameterSet()Instiaciates a new CallTransferParameterSet -
CallTransferParameterSet
protected CallTransferParameterSet(@Nonnull CallTransferParameterSet.CallTransferParameterSetBuilder builder) Instiaciates a new CallTransferParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-