Class MicrosoftGraphWorkbookFilterCriteria
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookFilterCriteria
workbookFilterCriteria.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphWorkbookFilterCriteria class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: workbookFilterCriteria.color()Get the color property: The color property.Get the criterion1 property: The criterion1 property.Get the criterion2 property: The criterion2 property.Get the dynamicCriteria property: The dynamicCriteria property.filterOn()Get the filterOn property: The filterOn property.icon()Get the icon property: workbookIcon.operator()Get the operator property: The operator property.voidvalidate()Validates the instance.values()Get the values property: Json.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: workbookFilterCriteria.Set the color property: The color property.withCriterion1(String criterion1) Set the criterion1 property: The criterion1 property.withCriterion2(String criterion2) Set the criterion2 property: The criterion2 property.withDynamicCriteria(String dynamicCriteria) Set the dynamicCriteria property: The dynamicCriteria property.withFilterOn(String filterOn) Set the filterOn property: The filterOn property.Set the icon property: workbookIcon.withOperator(String operator) Set the operator property: The operator property.withValues(Map<String, Object> values) Set the values property: Json.
-
Constructor Details
-
MicrosoftGraphWorkbookFilterCriteria
public MicrosoftGraphWorkbookFilterCriteria()Creates an instance of MicrosoftGraphWorkbookFilterCriteria class.
-
-
Method Details
-
color
Get the color property: The color property.- Returns:
- the color value.
-
withColor
Set the color property: The color property.- Parameters:
color- the color value to set.- Returns:
- the MicrosoftGraphWorkbookFilterCriteria object itself.
-
criterion1
Get the criterion1 property: The criterion1 property.- Returns:
- the criterion1 value.
-
withCriterion1
Set the criterion1 property: The criterion1 property.- Parameters:
criterion1- the criterion1 value to set.- Returns:
- the MicrosoftGraphWorkbookFilterCriteria object itself.
-
criterion2
Get the criterion2 property: The criterion2 property.- Returns:
- the criterion2 value.
-
withCriterion2
Set the criterion2 property: The criterion2 property.- Parameters:
criterion2- the criterion2 value to set.- Returns:
- the MicrosoftGraphWorkbookFilterCriteria object itself.
-
dynamicCriteria
Get the dynamicCriteria property: The dynamicCriteria property.- Returns:
- the dynamicCriteria value.
-
withDynamicCriteria
Set the dynamicCriteria property: The dynamicCriteria property.- Parameters:
dynamicCriteria- the dynamicCriteria value to set.- Returns:
- the MicrosoftGraphWorkbookFilterCriteria object itself.
-
filterOn
Get the filterOn property: The filterOn property.- Returns:
- the filterOn value.
-
withFilterOn
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
Get the operator property: The operator property.- Returns:
- the operator value.
-
withOperator
Set the operator property: The operator property.- Parameters:
operator- the operator value to set.- Returns:
- the MicrosoftGraphWorkbookFilterCriteria object itself.
-
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
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.
-