Class MicrosoftGraphWorkbookFilterCriteria

java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookFilterCriteria

public final class MicrosoftGraphWorkbookFilterCriteria extends Object
workbookFilterCriteria.
  • Constructor Details

    • MicrosoftGraphWorkbookFilterCriteria

      public MicrosoftGraphWorkbookFilterCriteria()
      Creates an instance of MicrosoftGraphWorkbookFilterCriteria class.
  • Method Details

    • color

      public String color()
      Get the color property: The color property.
      Returns:
      the color value.
    • withColor

      public MicrosoftGraphWorkbookFilterCriteria withColor(String color)
      Set the color property: The color property.
      Parameters:
      color - the color value to set.
      Returns:
      the MicrosoftGraphWorkbookFilterCriteria object itself.
    • criterion1

      public String criterion1()
      Get the criterion1 property: The criterion1 property.
      Returns:
      the criterion1 value.
    • withCriterion1

      public MicrosoftGraphWorkbookFilterCriteria withCriterion1(String criterion1)
      Set the criterion1 property: The criterion1 property.
      Parameters:
      criterion1 - the criterion1 value to set.
      Returns:
      the MicrosoftGraphWorkbookFilterCriteria object itself.
    • criterion2

      public String criterion2()
      Get the criterion2 property: The criterion2 property.
      Returns:
      the criterion2 value.
    • withCriterion2

      public MicrosoftGraphWorkbookFilterCriteria withCriterion2(String criterion2)
      Set the criterion2 property: The criterion2 property.
      Parameters:
      criterion2 - the criterion2 value to set.
      Returns:
      the MicrosoftGraphWorkbookFilterCriteria object itself.
    • dynamicCriteria

      public String dynamicCriteria()
      Get the dynamicCriteria property: The dynamicCriteria property.
      Returns:
      the dynamicCriteria value.
    • withDynamicCriteria

      public MicrosoftGraphWorkbookFilterCriteria withDynamicCriteria(String dynamicCriteria)
      Set the dynamicCriteria property: The dynamicCriteria property.
      Parameters:
      dynamicCriteria - the dynamicCriteria value to set.
      Returns:
      the MicrosoftGraphWorkbookFilterCriteria object itself.
    • filterOn

      public String filterOn()
      Get the filterOn property: The filterOn property.
      Returns:
      the filterOn value.
    • withFilterOn

      public MicrosoftGraphWorkbookFilterCriteria withFilterOn(String filterOn)
      Set the filterOn property: The filterOn property.
      Parameters:
      filterOn - the filterOn value to set.
      Returns:
      the MicrosoftGraphWorkbookFilterCriteria object itself.
    • icon

      Get the icon property: workbookIcon.
      Returns:
      the icon value.
    • withIcon

      Set the icon property: workbookIcon.
      Parameters:
      icon - the icon value to set.
      Returns:
      the MicrosoftGraphWorkbookFilterCriteria object itself.
    • operator

      public String operator()
      Get the operator property: The operator property.
      Returns:
      the operator value.
    • withOperator

      public MicrosoftGraphWorkbookFilterCriteria withOperator(String operator)
      Set the operator property: The operator property.
      Parameters:
      operator - the operator value to set.
      Returns:
      the MicrosoftGraphWorkbookFilterCriteria object itself.
    • values

      public Map<String,Object> values()
      Get the values property: Json.
      Returns:
      the values value.
    • withValues

      Set the values property: Json.
      Parameters:
      values - the values value to set.
      Returns:
      the MicrosoftGraphWorkbookFilterCriteria object itself.
    • additionalProperties

      public Map<String,Object> additionalProperties()
      Get the additionalProperties property: workbookFilterCriteria.
      Returns:
      the additionalProperties value.
    • withAdditionalProperties

      public MicrosoftGraphWorkbookFilterCriteria withAdditionalProperties(Map<String,Object> additionalProperties)
      Set the additionalProperties property: workbookFilterCriteria.
      Parameters:
      additionalProperties - the additionalProperties value to set.
      Returns:
      the MicrosoftGraphWorkbookFilterCriteria object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.