Class RecordOperation

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

public class RecordOperation extends CommsOperation implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Record Operation.
  • Field Details

    • recordingAccessToken

      @SerializedName(value="recordingAccessToken", alternate="RecordingAccessToken") @Expose @Nullable public String recordingAccessToken
      The Recording Access Token. The access token required to retrieve the recording.
    • recordingLocation

      @SerializedName(value="recordingLocation", alternate="RecordingLocation") @Expose @Nullable public String recordingLocation
      The Recording Location. The location where the recording is located.
  • Constructor Details

    • RecordOperation

      public RecordOperation()
  • 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