Package com.microsoft.graph.models
Class CallRedirectParameterSet.CallRedirectParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.CallRedirectParameterSet.CallRedirectParameterSetBuilder
- Enclosing class:
CallRedirectParameterSet
Fluent builder for the CallRedirectParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe callbackUri parameter valueprotected List<InvitationParticipantInfo>The targets parameter valueprotected IntegerThe timeout parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new CallRedirectParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithCallbackUri(String val) Sets the CallbackUriSets the TargetswithTimeout(Integer val) Sets the Timeout
-
Field Details
-
targets
The targets parameter value -
timeout
The timeout parameter value -
callbackUri
The callbackUri parameter value
-
-
Constructor Details
-
CallRedirectParameterSetBuilder
@Nullable protected CallRedirectParameterSetBuilder()Instanciates a new CallRedirectParameterSetBuilder
-
-
Method Details
-
withTargets
@Nonnull public CallRedirectParameterSet.CallRedirectParameterSetBuilder withTargets(@Nullable List<InvitationParticipantInfo> val) Sets the Targets- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withTimeout
@Nonnull public CallRedirectParameterSet.CallRedirectParameterSetBuilder withTimeout(@Nullable Integer val) Sets the Timeout- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withCallbackUri
@Nonnull public CallRedirectParameterSet.CallRedirectParameterSetBuilder withCallbackUri(@Nullable String val) Sets the CallbackUri- 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
-