Class ToneInfo

java.lang.Object
com.microsoft.graph.models.ToneInfo
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ToneInfo extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Tone Info.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • sequenceId

      @SerializedName(value="sequenceId", alternate="SequenceId") @Expose @Nullable public Long sequenceId
      The Sequence Id. An incremental identifier used for ordering DTMF events.
    • tone

      @SerializedName(value="tone", alternate="Tone") @Expose @Nullable public Tone tone
      The Tone. Possible values are: tone0, tone1, tone2, tone3, tone4, tone5, tone6, tone7, tone8, tone9, star, pound, a, b, c, d, flash.
  • Constructor Details

    • ToneInfo

      public ToneInfo()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to