Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.ThrottlingPolicyDTO.PolicyLevelEnum
-
Packages that use ThrottlingPolicyDTO.PolicyLevelEnum Package Description org.wso2.am.integration.clients.publisher.api.v1.dto -
-
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.PolicyLevelEnum Modifier and Type Method Description static ThrottlingPolicyDTO.PolicyLevelEnumThrottlingPolicyDTO.PolicyLevelEnum. fromValue(String value)ThrottlingPolicyDTO.PolicyLevelEnumThrottlingPolicyDTO. getPolicyLevel()Get policyLevelThrottlingPolicyDTO.PolicyLevelEnumThrottlingPolicyDTO.PolicyLevelEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static ThrottlingPolicyDTO.PolicyLevelEnumThrottlingPolicyDTO.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.Methods in org.wso2.am.integration.clients.publisher.api.v1.dto with parameters of type ThrottlingPolicyDTO.PolicyLevelEnum Modifier and Type Method Description ThrottlingPolicyDTOThrottlingPolicyDTO. policyLevel(ThrottlingPolicyDTO.PolicyLevelEnum policyLevel)voidThrottlingPolicyDTO. setPolicyLevel(ThrottlingPolicyDTO.PolicyLevelEnum policyLevel)voidThrottlingPolicyDTO.PolicyLevelEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ThrottlingPolicyDTO.PolicyLevelEnum enumeration)
-