Uses of Class
org.wso2.am.integration.clients.store.api.v1.dto.ThrottlingPolicyDTO.TierPlanEnum
-
Packages that use ThrottlingPolicyDTO.TierPlanEnum Package Description org.wso2.am.integration.clients.store.api.v1.dto -
-
Uses of ThrottlingPolicyDTO.TierPlanEnum in org.wso2.am.integration.clients.store.api.v1.dto
Methods in org.wso2.am.integration.clients.store.api.v1.dto that return ThrottlingPolicyDTO.TierPlanEnum Modifier and Type Method Description static ThrottlingPolicyDTO.TierPlanEnumThrottlingPolicyDTO.TierPlanEnum. fromValue(String value)ThrottlingPolicyDTO.TierPlanEnumThrottlingPolicyDTO. getTierPlan()This attribute declares whether this tier is available under commercial or freeThrottlingPolicyDTO.TierPlanEnumThrottlingPolicyDTO.TierPlanEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static ThrottlingPolicyDTO.TierPlanEnumThrottlingPolicyDTO.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.Methods in org.wso2.am.integration.clients.store.api.v1.dto with parameters of type ThrottlingPolicyDTO.TierPlanEnum Modifier and Type Method Description voidThrottlingPolicyDTO. setTierPlan(ThrottlingPolicyDTO.TierPlanEnum tierPlan)ThrottlingPolicyDTOThrottlingPolicyDTO. tierPlan(ThrottlingPolicyDTO.TierPlanEnum tierPlan)voidThrottlingPolicyDTO.TierPlanEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ThrottlingPolicyDTO.TierPlanEnum enumeration)
-