public class WorkbookNamedItem extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
java.lang.String |
comment
The Comment.
|
java.lang.String |
name
The Name.
|
java.lang.String |
scope
The Scope.
|
java.lang.String |
type
The Type.
|
com.google.gson.JsonElement |
value
The Value.
|
java.lang.Boolean |
visible
The Visible.
|
WorkbookWorksheet |
worksheet
The Worksheet.
|
Constructor and Description |
---|
WorkbookNamedItem() |
Modifier and Type | Method and Description |
---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager
@SerializedName(value="comment", alternate="Comment") @Expose @Nullable public java.lang.String comment
@SerializedName(value="name", alternate="Name") @Expose @Nullable public java.lang.String name
@SerializedName(value="scope", alternate="Scope") @Expose @Nullable public java.lang.String scope
@SerializedName(value="type", alternate="Type") @Expose @Nullable public java.lang.String type
@SerializedName(value="value", alternate="Value") @Expose @Nullable public com.google.gson.JsonElement value
@SerializedName(value="visible", alternate="Visible") @Expose @Nullable public java.lang.Boolean visible
@SerializedName(value="worksheet", alternate="Worksheet") @Expose @Nullable public WorkbookWorksheet worksheet
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
setRawObject
in interface com.microsoft.graph.serializer.IJsonBackedObject
setRawObject
in class Entity
serializer
- the serializerjson
- the JSON object to set this object to