Package com.microsoft.graph.models
Class CallUnmuteParameterSet.CallUnmuteParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.CallUnmuteParameterSet.CallUnmuteParameterSetBuilder
- Enclosing class:
CallUnmuteParameterSet
Fluent builder for the CallUnmuteParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new CallUnmuteParameterSetBuilder -
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
-
CallUnmuteParameterSetBuilder
@Nullable protected CallUnmuteParameterSetBuilder()Instanciates a new CallUnmuteParameterSetBuilder
-
-
Method Details
-
withClientContext
@Nonnull public CallUnmuteParameterSet.CallUnmuteParameterSetBuilder 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
-