Class Workbook

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

public class Workbook extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Workbook.
  • Field Details

    • application

      @SerializedName(value="application", alternate="Application") @Expose @Nullable public WorkbookApplication application
      The Application.
    • comments

      @SerializedName(value="comments", alternate="Comments") @Expose @Nullable public WorkbookCommentCollectionPage comments
      The Comments.
    • functions

      @SerializedName(value="functions", alternate="Functions") @Expose @Nullable public WorkbookFunctions functions
      The Functions.
    • names

      @SerializedName(value="names", alternate="Names") @Expose @Nullable public WorkbookNamedItemCollectionPage names
      The Names. Represents a collection of workbooks scoped named items (named ranges and constants). Read-only.
    • operations

      @SerializedName(value="operations", alternate="Operations") @Expose @Nullable public WorkbookOperationCollectionPage operations
      The Operations. The status of Workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only. Nullable.
    • tables

      @SerializedName(value="tables", alternate="Tables") @Expose @Nullable public WorkbookTableCollectionPage tables
      The Tables. Represents a collection of tables associated with the workbook. Read-only.
    • worksheets

      @SerializedName(value="worksheets", alternate="Worksheets") @Expose @Nullable public WorkbookWorksheetCollectionPage worksheets
      The Worksheets. Represents a collection of worksheets associated with the workbook. Read-only.
  • Constructor Details

    • Workbook

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