Package com.microsoft.graph.models
Class CallTransferParameterSet.CallTransferParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.CallTransferParameterSet.CallTransferParameterSetBuilder
- Enclosing class:
- CallTransferParameterSet
Fluent builder for the CallTransferParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ParticipantInfo
The transferee parameter valueprotected InvitationParticipantInfo
The transferTarget parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new CallTransferParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestSets the TransfereeSets the TransferTarget
-
Field Details
-
transferTarget
The transferTarget parameter value -
transferee
The transferee parameter value
-
-
Constructor Details
-
CallTransferParameterSetBuilder
@Nullable protected CallTransferParameterSetBuilder()Instanciates a new CallTransferParameterSetBuilder
-
-
Method Details
-
withTransferTarget
@Nonnull public CallTransferParameterSet.CallTransferParameterSetBuilder withTransferTarget(@Nullable InvitationParticipantInfo val) Sets the TransferTarget- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withTransferee
@Nonnull public CallTransferParameterSet.CallTransferParameterSetBuilder withTransferee(@Nullable ParticipantInfo val) Sets the Transferee- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-