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