Class WorkbookTableColumn

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

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

    • index

      @SerializedName(value="index", alternate="Index") @Expose @Nullable public Integer index
      The Index. Returns the index number of the column within the columns collection of the table. Zero-indexed. Read-only.
    • name

      @SerializedName(value="name", alternate="Name") @Expose @Nullable public String name
      The Name. Returns the name of the table column.
    • values

      @SerializedName(value="values", alternate="Values") @Expose @Nullable public com.google.gson.JsonElement values
      The Values. Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.
    • filter

      @SerializedName(value="filter", alternate="Filter") @Expose @Nullable public WorkbookFilter filter
      The Filter. Retrieve the filter applied to the column. Read-only.
  • Constructor Details

    • WorkbookTableColumn

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