| Package | Description |
|---|---|
| org.wso2.am.integration.clients.admin.api.dto |
| Modifier and Type | Method and Description |
|---|---|
static ThrottleLimitDTO.TypeEnum |
ThrottleLimitDTO.TypeEnum.fromValue(String text) |
ThrottleLimitDTO.TypeEnum |
ThrottleLimitDTO.getType()
Type of the throttling limit.
|
ThrottleLimitDTO.TypeEnum |
ThrottleLimitDTO.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static ThrottleLimitDTO.TypeEnum |
ThrottleLimitDTO.TypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThrottleLimitDTO.TypeEnum[] |
ThrottleLimitDTO.TypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ThrottleLimitDTO.setType(ThrottleLimitDTO.TypeEnum type) |
ThrottleLimitDTO |
ThrottleLimitDTO.type(ThrottleLimitDTO.TypeEnum type) |
void |
ThrottleLimitDTO.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
ThrottleLimitDTO.TypeEnum enumeration) |
Copyright © 2020 WSO2 Inc. All rights reserved.