Package com.microsoft.graph.models
Class CallMuteParameterSet.CallMuteParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.CallMuteParameterSet.CallMuteParameterSetBuilder
- Enclosing class:
CallMuteParameterSet
Fluent builder for the CallMuteParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new CallMuteParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithClientContext(String val) Sets the ClientContext
-
Field Details
-
clientContext
The clientContext parameter value
-
-
Constructor Details
-
CallMuteParameterSetBuilder
@Nullable protected CallMuteParameterSetBuilder()Instanciates a new CallMuteParameterSetBuilder
-
-
Method Details
-
withClientContext
@Nonnull public CallMuteParameterSet.CallMuteParameterSetBuilder withClientContext(@Nullable String val) Sets the ClientContext- 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
-