Package com.microsoft.graph.models
Enum Class Win32LobAppRuleOperator
- All Implemented Interfaces:
com.microsoft.kiota.serialization.ValuedEnum,Serializable,Comparable<Win32LobAppRuleOperator>,Constable
@Generated("com.microsoft.kiota")
public enum Win32LobAppRuleOperator
extends Enum<Win32LobAppRuleOperator>
implements com.microsoft.kiota.serialization.ValuedEnum
Contains properties for detection operator.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionEqual operator.Greater than operator.Greater than or equal operator.Less than operator.Less than or equal operator.Not configured.Not equal operator. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic Win32LobAppRuleOperatorgetValue()static Win32LobAppRuleOperatorReturns the enum constant of this class with the specified name.static Win32LobAppRuleOperator[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NotConfigured
Not configured. -
Equal
Equal operator. -
NotEqual
Not equal operator. -
GreaterThan
Greater than operator. -
GreaterThanOrEqual
Greater than or equal operator. -
LessThan
Less than operator. -
LessThanOrEqual
Less than or equal operator.
-
-
Field Details
-
value
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
- Specified by:
getValuein interfacecom.microsoft.kiota.serialization.ValuedEnum
-
forValue
-