public static enum CreateLensPolicyRequest.LogicOperatorEnum extends Enum<CreateLensPolicyRequest.LogicOperatorEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateLensPolicyRequest.LogicOperatorEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static CreateLensPolicyRequest.LogicOperatorEnum |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static CreateLensPolicyRequest.LogicOperatorEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateLensPolicyRequest.LogicOperatorEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="Or") public static final CreateLensPolicyRequest.LogicOperatorEnum OR
@SerializedName(value="And") public static final CreateLensPolicyRequest.LogicOperatorEnum AND
@SerializedName(value="AndNot") public static final CreateLensPolicyRequest.LogicOperatorEnum ANDNOT
public static CreateLensPolicyRequest.LogicOperatorEnum[] values()
for (CreateLensPolicyRequest.LogicOperatorEnum c : CreateLensPolicyRequest.LogicOperatorEnum.values()) System.out.println(c);
public static CreateLensPolicyRequest.LogicOperatorEnum 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 String getValue()
public String toString()
toString in class Enum<CreateLensPolicyRequest.LogicOperatorEnum>public static CreateLensPolicyRequest.LogicOperatorEnum fromValue(String input)
Copyright © 2026. All rights reserved.