Class OnenoteOperation

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

public class OnenoteOperation extends Operation implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Onenote Operation.
  • Field Details

    • error

      @SerializedName(value="error", alternate="Error") @Expose @Nullable public OnenoteOperationError error
      The Error. The error returned by the operation.
    • percentComplete

      @SerializedName(value="percentComplete", alternate="PercentComplete") @Expose @Nullable public String percentComplete
      The Percent Complete. The operation percent complete if the operation is still in running status.
    • resourceId

      @SerializedName(value="resourceId", alternate="ResourceId") @Expose @Nullable public String resourceId
      The Resource Id. The resource id.
    • resourceLocation

      @SerializedName(value="resourceLocation", alternate="ResourceLocation") @Expose @Nullable public String resourceLocation
      The Resource Location. The resource URI for the object. For example, the resource URI for a copied page or section.
  • Constructor Details

    • OnenoteOperation

      public OnenoteOperation()
  • 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 Operation
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to