public static enum Condition.Operator extends Enum<Condition.Operator> implements BmcEnum
SCIM++ Properties: - caseExact: true - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none Operator in the condition. It support all SCIM operators like eq, gt, lt, le, sw etc
Enum Constant and Description |
---|
Co |
Coany |
Eq |
Ew |
Ge |
Gt |
In |
Le |
Lt |
Ne |
Nin |
Sw |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static Condition.Operator |
create(String key) |
String |
getValue() |
static Condition.Operator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Condition.Operator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Condition.Operator Eq
public static final Condition.Operator Ne
public static final Condition.Operator Co
public static final Condition.Operator Coany
public static final Condition.Operator Sw
public static final Condition.Operator Ew
public static final Condition.Operator Gt
public static final Condition.Operator Ge
public static final Condition.Operator Lt
public static final Condition.Operator Le
public static final Condition.Operator In
public static final Condition.Operator Nin
public static final Condition.Operator UnknownEnumValue
public static Condition.Operator[] values()
for (Condition.Operator c : Condition.Operator.values()) System.out.println(c);
public static Condition.Operator valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static Condition.Operator create(String key)
Copyright © 2016–2024. All rights reserved.