Package com.microsoft.graph.models
Class CallPlayPromptParameterSet.CallPlayPromptParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.CallPlayPromptParameterSet.CallPlayPromptParameterSetBuilder
- Enclosing class:
CallPlayPromptParameterSet
public static final class CallPlayPromptParameterSet.CallPlayPromptParameterSetBuilder
extends Object
Fluent builder for the CallPlayPromptParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe clientContext parameter valueThe prompts parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new CallPlayPromptParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithClientContext(String val) Sets the ClientContextwithPrompts(List<Prompt> val) Sets the Prompts
-
Field Details
-
prompts
The prompts parameter value -
clientContext
The clientContext parameter value
-
-
Constructor Details
-
CallPlayPromptParameterSetBuilder
@Nullable protected CallPlayPromptParameterSetBuilder()Instanciates a new CallPlayPromptParameterSetBuilder
-
-
Method Details
-
withPrompts
@Nonnull public CallPlayPromptParameterSet.CallPlayPromptParameterSetBuilder withPrompts(@Nullable List<Prompt> val) Sets the Prompts- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withClientContext
@Nonnull public CallPlayPromptParameterSet.CallPlayPromptParameterSetBuilder 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
-