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