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