public class WorkbookFilterCriteria
extends java.lang.Object
implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
color
The Color.
|
java.lang.String |
criterion1
The Criterion1.
|
java.lang.String |
criterion2
The Criterion2.
|
java.lang.String |
dynamicCriteria
The Dynamic Criteria.
|
java.lang.String |
filterOn
The Filter On.
|
WorkbookIcon |
icon
The Icon.
|
java.lang.String |
oDataType
the OData type of the object as returned by the service
|
java.lang.String |
operator
The Operator.
|
com.google.gson.JsonElement |
values
The Values.
|
| Constructor and Description |
|---|
WorkbookFilterCriteria() |
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.graph.serializer.AdditionalDataManager |
additionalDataManager() |
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="@odata.type") @Expose @Nullable public java.lang.String oDataType
@SerializedName(value="color",
alternate="Color")
@Expose
@Nullable
public java.lang.String color
@SerializedName(value="criterion1",
alternate="Criterion1")
@Expose
@Nullable
public java.lang.String criterion1
@SerializedName(value="criterion2",
alternate="Criterion2")
@Expose
@Nullable
public java.lang.String criterion2
@SerializedName(value="dynamicCriteria",
alternate="DynamicCriteria")
@Expose
@Nullable
public java.lang.String dynamicCriteria
@SerializedName(value="filterOn",
alternate="FilterOn")
@Expose
@Nullable
public java.lang.String filterOn
@SerializedName(value="icon",
alternate="Icon")
@Expose
@Nullable
public WorkbookIcon icon
@SerializedName(value="operator",
alternate="Operator")
@Expose
@Nullable
public java.lang.String operator
@SerializedName(value="values",
alternate="Values")
@Expose
@Nullable
public com.google.gson.JsonElement values
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObjectpublic void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectserializer - the serializerjson - the JSON object to set this object to