Uses of Enum
org.wso2.am.integration.clients.publisher.api.v1.dto.ThrottlingPolicyDTO.PolicyLevelEnum
Packages that use ThrottlingPolicyDTO.PolicyLevelEnum
-
Uses of ThrottlingPolicyDTO.PolicyLevelEnum in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return ThrottlingPolicyDTO.PolicyLevelEnumModifier and TypeMethodDescriptionThrottlingPolicyDTO.getPolicyLevel()Get policyLevelThrottlingPolicyDTO.PolicyLevelEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) 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.Methods in org.wso2.am.integration.clients.publisher.api.v1.dto with parameters of type ThrottlingPolicyDTO.PolicyLevelEnumModifier and TypeMethodDescriptionThrottlingPolicyDTO.policyLevel(ThrottlingPolicyDTO.PolicyLevelEnum policyLevel) voidThrottlingPolicyDTO.setPolicyLevel(ThrottlingPolicyDTO.PolicyLevelEnum policyLevel) voidThrottlingPolicyDTO.PolicyLevelEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, ThrottlingPolicyDTO.PolicyLevelEnum enumeration)