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