Class SendDtmfTonesOperation

All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class SendDtmfTonesOperation extends CommsOperation implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Send Dtmf Tones Operation.
  • Field Details

    • completionReason

      @SerializedName(value="completionReason", alternate="CompletionReason") @Expose @Nullable public SendDtmfCompletionReason completionReason
      The Completion Reason. The results of the action. Possible values are: unknown, completedSuccessfully, mediaOperationCanceled, unknownfutureValue.
  • Constructor Details

    • SendDtmfTonesOperation

      public SendDtmfTonesOperation()
  • Method Details

    • 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
      Overrides:
      setRawObject in class CommsOperation
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to