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 Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • color

      @SerializedName(value="color", alternate="Color") @Expose @Nullable public String color
      The Color.
    • criterion1

      @SerializedName(value="criterion1", alternate="Criterion1") @Expose @Nullable public String criterion1
      The Criterion1.
    • criterion2

      @SerializedName(value="criterion2", alternate="Criterion2") @Expose @Nullable public String criterion2
      The Criterion2.
    • dynamicCriteria

      @SerializedName(value="dynamicCriteria", alternate="DynamicCriteria") @Expose @Nullable public String dynamicCriteria
      The Dynamic Criteria.
    • filterOn

      @SerializedName(value="filterOn", alternate="FilterOn") @Expose @Nullable public String filterOn
      The Filter On.
    • icon

      @SerializedName(value="icon", alternate="Icon") @Expose @Nullable public WorkbookIcon icon
      The Icon.
    • operator

      @SerializedName(value="operator", alternate="Operator") @Expose @Nullable public String operator
      The Operator.
    • values

      @SerializedName(value="values", alternate="Values") @Expose @Nullable public com.google.gson.JsonElement values
      The Values.
  • Constructor Details

    • WorkbookFilterCriteria

      public WorkbookFilterCriteria()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to