Class IsNullOrUndefinedAdvancedFilter
- java.lang.Object
-
- com.azure.resourcemanager.eventgrid.models.AdvancedFilter
-
- com.azure.resourcemanager.eventgrid.models.IsNullOrUndefinedAdvancedFilter
-
public final class IsNullOrUndefinedAdvancedFilter extends AdvancedFilter
IsNullOrUndefined Advanced Filter.
-
-
Constructor Summary
Constructors Constructor Description IsNullOrUndefinedAdvancedFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.IsNullOrUndefinedAdvancedFilterwithKey(String key)Set the key property: The field/property in the event based on which you want to filter.-
Methods inherited from class com.azure.resourcemanager.eventgrid.models.AdvancedFilter
key
-
-
-
-
Method Detail
-
withKey
public IsNullOrUndefinedAdvancedFilter withKey(String key)
Set the key property: The field/property in the event based on which you want to filter.- Overrides:
withKeyin classAdvancedFilter- Parameters:
key- the key value to set.- Returns:
- the AdvancedFilter object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validatein classAdvancedFilter- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-