| Package | Description |
|---|---|
| org.wso2.am.integration.clients.store.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
static ThrottlingPolicyDTO.TierPlanEnum |
ThrottlingPolicyDTO.TierPlanEnum.fromValue(String value) |
ThrottlingPolicyDTO.TierPlanEnum |
ThrottlingPolicyDTO.getTierPlan()
This attribute declares whether this tier is available under commercial or free
|
ThrottlingPolicyDTO.TierPlanEnum |
ThrottlingPolicyDTO.TierPlanEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static ThrottlingPolicyDTO.TierPlanEnum |
ThrottlingPolicyDTO.TierPlanEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThrottlingPolicyDTO.TierPlanEnum[] |
ThrottlingPolicyDTO.TierPlanEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ThrottlingPolicyDTO.setTierPlan(ThrottlingPolicyDTO.TierPlanEnum tierPlan) |
ThrottlingPolicyDTO |
ThrottlingPolicyDTO.tierPlan(ThrottlingPolicyDTO.TierPlanEnum tierPlan) |
void |
ThrottlingPolicyDTO.TierPlanEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
ThrottlingPolicyDTO.TierPlanEnum enumeration) |
Copyright © 2021 WSO2 Inc. All rights reserved.