Class AdvancedFilterOperatorType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<AdvancedFilterOperatorType>
-
- com.azure.resourcemanager.eventgrid.models.AdvancedFilterOperatorType
-
public final class AdvancedFilterOperatorType extends com.azure.core.util.ExpandableStringEnum<AdvancedFilterOperatorType>
Defines values for AdvancedFilterOperatorType.
-
-
Field Summary
Fields Modifier and Type Field Description static AdvancedFilterOperatorTypeBOOL_EQUALSStatic value BoolEquals for AdvancedFilterOperatorType.static AdvancedFilterOperatorTypeIS_NOT_NULLStatic value IsNotNull for AdvancedFilterOperatorType.static AdvancedFilterOperatorTypeIS_NULL_OR_UNDEFINEDStatic value IsNullOrUndefined for AdvancedFilterOperatorType.static AdvancedFilterOperatorTypeNUMBER_GREATER_THANStatic value NumberGreaterThan for AdvancedFilterOperatorType.static AdvancedFilterOperatorTypeNUMBER_GREATER_THAN_OR_EQUALSStatic value NumberGreaterThanOrEquals for AdvancedFilterOperatorType.static AdvancedFilterOperatorTypeNUMBER_INStatic value NumberIn for AdvancedFilterOperatorType.static AdvancedFilterOperatorTypeNUMBER_IN_RANGEStatic value NumberInRange for AdvancedFilterOperatorType.static AdvancedFilterOperatorTypeNUMBER_LESS_THANStatic value NumberLessThan for AdvancedFilterOperatorType.static AdvancedFilterOperatorTypeNUMBER_LESS_THAN_OR_EQUALSStatic value NumberLessThanOrEquals for AdvancedFilterOperatorType.static AdvancedFilterOperatorTypeNUMBER_NOT_INStatic value NumberNotIn for AdvancedFilterOperatorType.static AdvancedFilterOperatorTypeNUMBER_NOT_IN_RANGEStatic value NumberNotInRange for AdvancedFilterOperatorType.static AdvancedFilterOperatorTypeSTRING_BEGINS_WITHStatic value StringBeginsWith for AdvancedFilterOperatorType.static AdvancedFilterOperatorTypeSTRING_CONTAINSStatic value StringContains for AdvancedFilterOperatorType.static AdvancedFilterOperatorTypeSTRING_ENDS_WITHStatic value StringEndsWith for AdvancedFilterOperatorType.static AdvancedFilterOperatorTypeSTRING_INStatic value StringIn for AdvancedFilterOperatorType.static AdvancedFilterOperatorTypeSTRING_NOT_BEGINS_WITHStatic value StringNotBeginsWith for AdvancedFilterOperatorType.static AdvancedFilterOperatorTypeSTRING_NOT_CONTAINSStatic value StringNotContains for AdvancedFilterOperatorType.static AdvancedFilterOperatorTypeSTRING_NOT_ENDS_WITHStatic value StringNotEndsWith for AdvancedFilterOperatorType.static AdvancedFilterOperatorTypeSTRING_NOT_INStatic value StringNotIn for AdvancedFilterOperatorType.
-
Constructor Summary
Constructors Constructor Description AdvancedFilterOperatorType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AdvancedFilterOperatorTypefromString(String name)Creates or finds a AdvancedFilterOperatorType from its string representation.static Collection<AdvancedFilterOperatorType>values()
-
-
-
Field Detail
-
NUMBER_IN
public static final AdvancedFilterOperatorType NUMBER_IN
Static value NumberIn for AdvancedFilterOperatorType.
-
NUMBER_NOT_IN
public static final AdvancedFilterOperatorType NUMBER_NOT_IN
Static value NumberNotIn for AdvancedFilterOperatorType.
-
NUMBER_LESS_THAN
public static final AdvancedFilterOperatorType NUMBER_LESS_THAN
Static value NumberLessThan for AdvancedFilterOperatorType.
-
NUMBER_GREATER_THAN
public static final AdvancedFilterOperatorType NUMBER_GREATER_THAN
Static value NumberGreaterThan for AdvancedFilterOperatorType.
-
NUMBER_LESS_THAN_OR_EQUALS
public static final AdvancedFilterOperatorType NUMBER_LESS_THAN_OR_EQUALS
Static value NumberLessThanOrEquals for AdvancedFilterOperatorType.
-
NUMBER_GREATER_THAN_OR_EQUALS
public static final AdvancedFilterOperatorType NUMBER_GREATER_THAN_OR_EQUALS
Static value NumberGreaterThanOrEquals for AdvancedFilterOperatorType.
-
BOOL_EQUALS
public static final AdvancedFilterOperatorType BOOL_EQUALS
Static value BoolEquals for AdvancedFilterOperatorType.
-
STRING_IN
public static final AdvancedFilterOperatorType STRING_IN
Static value StringIn for AdvancedFilterOperatorType.
-
STRING_NOT_IN
public static final AdvancedFilterOperatorType STRING_NOT_IN
Static value StringNotIn for AdvancedFilterOperatorType.
-
STRING_BEGINS_WITH
public static final AdvancedFilterOperatorType STRING_BEGINS_WITH
Static value StringBeginsWith for AdvancedFilterOperatorType.
-
STRING_ENDS_WITH
public static final AdvancedFilterOperatorType STRING_ENDS_WITH
Static value StringEndsWith for AdvancedFilterOperatorType.
-
STRING_CONTAINS
public static final AdvancedFilterOperatorType STRING_CONTAINS
Static value StringContains for AdvancedFilterOperatorType.
-
NUMBER_IN_RANGE
public static final AdvancedFilterOperatorType NUMBER_IN_RANGE
Static value NumberInRange for AdvancedFilterOperatorType.
-
NUMBER_NOT_IN_RANGE
public static final AdvancedFilterOperatorType NUMBER_NOT_IN_RANGE
Static value NumberNotInRange for AdvancedFilterOperatorType.
-
STRING_NOT_BEGINS_WITH
public static final AdvancedFilterOperatorType STRING_NOT_BEGINS_WITH
Static value StringNotBeginsWith for AdvancedFilterOperatorType.
-
STRING_NOT_ENDS_WITH
public static final AdvancedFilterOperatorType STRING_NOT_ENDS_WITH
Static value StringNotEndsWith for AdvancedFilterOperatorType.
-
STRING_NOT_CONTAINS
public static final AdvancedFilterOperatorType STRING_NOT_CONTAINS
Static value StringNotContains for AdvancedFilterOperatorType.
-
IS_NULL_OR_UNDEFINED
public static final AdvancedFilterOperatorType IS_NULL_OR_UNDEFINED
Static value IsNullOrUndefined for AdvancedFilterOperatorType.
-
IS_NOT_NULL
public static final AdvancedFilterOperatorType IS_NOT_NULL
Static value IsNotNull for AdvancedFilterOperatorType.
-
-
Method Detail
-
fromString
public static AdvancedFilterOperatorType fromString(String name)
Creates or finds a AdvancedFilterOperatorType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding AdvancedFilterOperatorType.
-
values
public static Collection<AdvancedFilterOperatorType> values()
- Returns:
- known AdvancedFilterOperatorType values.
-
-