Package com.microsoft.graph.models
Class CallPlayPromptParameterSet
java.lang.Object
com.microsoft.graph.models.CallPlayPromptParameterSet
The class for the Call Play Prompt Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the CallPlayPromptParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe client Context.The prompts. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new CallPlayPromptParameterSetprotected
Instiaciates a new CallPlayPromptParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>
Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
prompts
The prompts. -
clientContext
@SerializedName(value="clientContext", alternate="ClientContext") @Expose @Nullable public String clientContextThe client Context.
-
-
Constructor Details
-
CallPlayPromptParameterSet
public CallPlayPromptParameterSet()Instiaciates a new CallPlayPromptParameterSet -
CallPlayPromptParameterSet
protected CallPlayPromptParameterSet(@Nonnull CallPlayPromptParameterSet.CallPlayPromptParameterSetBuilder builder) Instiaciates a new CallPlayPromptParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-