Class ParticipantStartHoldMusicParameterSet

java.lang.Object
com.microsoft.graph.models.ParticipantStartHoldMusicParameterSet

public class ParticipantStartHoldMusicParameterSet extends Object
The class for the Participant Start Hold Music Parameter Set.
  • Field Details

    • customPrompt

      @SerializedName(value="customPrompt", alternate="CustomPrompt") @Expose @Nullable public Prompt customPrompt
      The custom Prompt.
    • clientContext

      @SerializedName(value="clientContext", alternate="ClientContext") @Expose @Nullable public String clientContext
      The client Context.
  • Constructor Details

    • ParticipantStartHoldMusicParameterSet

      public ParticipantStartHoldMusicParameterSet()
      Instiaciates a new ParticipantStartHoldMusicParameterSet
    • ParticipantStartHoldMusicParameterSet

      protected ParticipantStartHoldMusicParameterSet(@Nonnull ParticipantStartHoldMusicParameterSet.ParticipantStartHoldMusicParameterSetBuilder builder)
      Instiaciates a new ParticipantStartHoldMusicParameterSet
      Parameters:
      builder - builder bearing the parameters to initialize from
  • Method Details