Package com.microsoft.graph.models
Class WorkbookFilterCriteria
java.lang.Object
com.microsoft.graph.models.WorkbookFilterCriteria
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class WorkbookFilterCriteria
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Workbook Filter Criteria.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Color.The Criterion1.The Criterion2.The Dynamic Criteria.The Filter On.The Icon.the OData type of the object as returned by the serviceThe Operator.com.google.gson.JsonElementThe Values. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
color
The Color. -
criterion1
@SerializedName(value="criterion1", alternate="Criterion1") @Expose @Nullable public String criterion1The Criterion1. -
criterion2
@SerializedName(value="criterion2", alternate="Criterion2") @Expose @Nullable public String criterion2The Criterion2. -
dynamicCriteria
@SerializedName(value="dynamicCriteria", alternate="DynamicCriteria") @Expose @Nullable public String dynamicCriteriaThe Dynamic Criteria. -
filterOn
The Filter On. -
icon
The Icon. -
operator
The Operator. -
values
@SerializedName(value="values", alternate="Values") @Expose @Nullable public com.google.gson.JsonElement valuesThe Values.
-
-
Constructor Details
-
WorkbookFilterCriteria
public WorkbookFilterCriteria()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManagerin interfacecom.microsoft.graph.serializer.IJsonBackedObject
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-