Class WorkbookNamedItem

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

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

    • comment

      @SerializedName(value="comment", alternate="Comment") @Expose @Nullable public String comment
      The Comment. Represents the comment associated with this name.
    • name

      @SerializedName(value="name", alternate="Name") @Expose @Nullable public String name
      The Name. The name of the object. Read-only.
    • scope

      @SerializedName(value="scope", alternate="Scope") @Expose @Nullable public String scope
      The Scope. Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only.
    • type

      @SerializedName(value="type", alternate="Type") @Expose @Nullable public String type
      The Type. Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.
    • value

      @SerializedName(value="value", alternate="Value") @Expose @Nullable public com.google.gson.JsonElement value
      The Value. Represents the formula that the name is defined to refer to. E.g. =Sheet14!$B$2:$H$12, =4.75, etc. Read-only.
    • visible

      @SerializedName(value="visible", alternate="Visible") @Expose @Nullable public Boolean visible
      The Visible. Specifies whether the object is visible or not.
    • worksheet

      @SerializedName(value="worksheet", alternate="Worksheet") @Expose @Nullable public WorkbookWorksheet worksheet
      The Worksheet. Returns the worksheet on which the named item is scoped to. Available only if the item is scoped to the worksheet. Read-only.
  • Constructor Details

    • WorkbookNamedItem

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