Class CallSendDtmfTonesParameterSet

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

public class CallSendDtmfTonesParameterSet extends Object
The class for the Call Send Dtmf Tones Parameter Set.
  • Field Details

    • tones

      @SerializedName(value="tones", alternate="Tones") @Expose @Nullable public List<Tone> tones
      The tones.
    • delayBetweenTonesMs

      @SerializedName(value="delayBetweenTonesMs", alternate="DelayBetweenTonesMs") @Expose @Nullable public Integer delayBetweenTonesMs
      The delay Between Tones Ms.
    • clientContext

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

    • CallSendDtmfTonesParameterSet

      public CallSendDtmfTonesParameterSet()
      Instiaciates a new CallSendDtmfTonesParameterSet
    • CallSendDtmfTonesParameterSet

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

    • newBuilder

      Gets a new builder for the body
      Returns:
      a new builder
    • getFunctionOptions

      @Nonnull public List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()
      Gets the functions options from the properties that have been set
      Returns:
      a list of function options for the request