Package com.microsoft.graph.models
Class ParticipantStartHoldMusicParameterSet.ParticipantStartHoldMusicParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.ParticipantStartHoldMusicParameterSet.ParticipantStartHoldMusicParameterSetBuilder
- Enclosing class:
ParticipantStartHoldMusicParameterSet
public static final class ParticipantStartHoldMusicParameterSet.ParticipantStartHoldMusicParameterSetBuilder
extends Object
Fluent builder for the ParticipantStartHoldMusicParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new ParticipantStartHoldMusicParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithClientContext(String val) Sets the ClientContextwithCustomPrompt(Prompt val) Sets the CustomPrompt
-
Field Details
-
customPrompt
The customPrompt parameter value -
clientContext
The clientContext parameter value
-
-
Constructor Details
-
ParticipantStartHoldMusicParameterSetBuilder
@Nullable protected ParticipantStartHoldMusicParameterSetBuilder()Instanciates a new ParticipantStartHoldMusicParameterSetBuilder
-
-
Method Details
-
withCustomPrompt
@Nonnull public ParticipantStartHoldMusicParameterSet.ParticipantStartHoldMusicParameterSetBuilder withCustomPrompt(@Nullable Prompt val) Sets the CustomPrompt- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withClientContext
@Nonnull public ParticipantStartHoldMusicParameterSet.ParticipantStartHoldMusicParameterSetBuilder 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
-