Class MicrosoftGraphWorkbookFilterCriteria
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookFilterCriteria
-
public final class MicrosoftGraphWorkbookFilterCriteria extends Object
workbookFilterCriteria.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphWorkbookFilterCriteria()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get the additionalProperties property: workbookFilterCriteria.Stringcolor()Get the color property: The color property.Stringcriterion1()Get the criterion1 property: The criterion1 property.Stringcriterion2()Get the criterion2 property: The criterion2 property.StringdynamicCriteria()Get the dynamicCriteria property: The dynamicCriteria property.StringfilterOn()Get the filterOn property: The filterOn property.MicrosoftGraphWorkbookIconicon()Get the icon property: workbookIcon.Stringoperator()Get the operator property: The operator property.voidvalidate()Validates the instance.Map<String,Object>values()Get the values property: Json.MicrosoftGraphWorkbookFilterCriteriawithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: workbookFilterCriteria.MicrosoftGraphWorkbookFilterCriteriawithColor(String color)Set the color property: The color property.MicrosoftGraphWorkbookFilterCriteriawithCriterion1(String criterion1)Set the criterion1 property: The criterion1 property.MicrosoftGraphWorkbookFilterCriteriawithCriterion2(String criterion2)Set the criterion2 property: The criterion2 property.MicrosoftGraphWorkbookFilterCriteriawithDynamicCriteria(String dynamicCriteria)Set the dynamicCriteria property: The dynamicCriteria property.MicrosoftGraphWorkbookFilterCriteriawithFilterOn(String filterOn)Set the filterOn property: The filterOn property.MicrosoftGraphWorkbookFilterCriteriawithIcon(MicrosoftGraphWorkbookIcon icon)Set the icon property: workbookIcon.MicrosoftGraphWorkbookFilterCriteriawithOperator(String operator)Set the operator property: The operator property.MicrosoftGraphWorkbookFilterCriteriawithValues(Map<String,Object> values)Set the values property: Json.
-
-
-
Method Detail
-
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
public MicrosoftGraphWorkbookIcon icon()
Get the icon property: workbookIcon.- Returns:
- the icon value.
-
withIcon
public MicrosoftGraphWorkbookFilterCriteria withIcon(MicrosoftGraphWorkbookIcon icon)
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
public MicrosoftGraphWorkbookFilterCriteria withValues(Map<String,Object> values)
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.
-
-