public static enum ThrottleConditionDTO.TypeEnum extends Enum<ThrottleConditionDTO.TypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
ThrottleConditionDTO.TypeEnum.Adapter |
| Enum Constant and Description |
|---|
HEADERCONDITION |
IPCONDITION |
JWTCLAIMSCONDITION |
QUERYPARAMETERCONDITION |
| Modifier and Type | Method and Description |
|---|---|
static ThrottleConditionDTO.TypeEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static ThrottleConditionDTO.TypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThrottleConditionDTO.TypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThrottleConditionDTO.TypeEnum HEADERCONDITION
public static final ThrottleConditionDTO.TypeEnum IPCONDITION
public static final ThrottleConditionDTO.TypeEnum JWTCLAIMSCONDITION
public static final ThrottleConditionDTO.TypeEnum QUERYPARAMETERCONDITION
public static ThrottleConditionDTO.TypeEnum[] values()
for (ThrottleConditionDTO.TypeEnum c : ThrottleConditionDTO.TypeEnum.values()) System.out.println(c);
public static ThrottleConditionDTO.TypeEnum 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<ThrottleConditionDTO.TypeEnum>public static ThrottleConditionDTO.TypeEnum fromValue(String value)
Copyright © 2021 WSO2 Inc. All rights reserved.