Package com.microsoft.graph.models
Class CallAnswerParameterSet.CallAnswerParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.CallAnswerParameterSet.CallAnswerParameterSetBuilder
- Enclosing class:
CallAnswerParameterSet
Fluent builder for the CallAnswerParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe acceptedModalities parameter valueprotected String
The callbackUri parameter valueprotected IncomingCallOptions
The callOptions parameter valueprotected MediaConfig
The mediaConfig parameter valueprotected Integer
The participantCapacity parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new CallAnswerParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestSets the AcceptedModalitieswithCallbackUri
(String val) Sets the CallbackUriSets the CallOptionsSets the MediaConfigSets the ParticipantCapacity
-
Field Details
-
callbackUri
The callbackUri parameter value -
mediaConfig
The mediaConfig parameter value -
acceptedModalities
The acceptedModalities parameter value -
participantCapacity
The participantCapacity parameter value -
callOptions
The callOptions parameter value
-
-
Constructor Details
-
CallAnswerParameterSetBuilder
@Nullable protected CallAnswerParameterSetBuilder()Instanciates a new CallAnswerParameterSetBuilder
-
-
Method Details
-
withCallbackUri
@Nonnull public CallAnswerParameterSet.CallAnswerParameterSetBuilder withCallbackUri(@Nullable String val) Sets the CallbackUri- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withMediaConfig
@Nonnull public CallAnswerParameterSet.CallAnswerParameterSetBuilder withMediaConfig(@Nullable MediaConfig val) Sets the MediaConfig- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withAcceptedModalities
@Nonnull public CallAnswerParameterSet.CallAnswerParameterSetBuilder withAcceptedModalities(@Nullable List<Modality> val) Sets the AcceptedModalities- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withParticipantCapacity
@Nonnull public CallAnswerParameterSet.CallAnswerParameterSetBuilder withParticipantCapacity(@Nullable Integer val) Sets the ParticipantCapacity- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withCallOptions
@Nonnull public CallAnswerParameterSet.CallAnswerParameterSetBuilder withCallOptions(@Nullable IncomingCallOptions val) Sets the CallOptions- 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
-