Uses of Enum
org.wso2.am.integration.clients.admin.api.dto.ThrottleConditionDTO.TypeEnum
Packages that use ThrottleConditionDTO.TypeEnum
-
Uses of ThrottleConditionDTO.TypeEnum in org.wso2.am.integration.clients.admin.api.dto
Methods in org.wso2.am.integration.clients.admin.api.dto that return ThrottleConditionDTO.TypeEnumModifier and TypeMethodDescriptionThrottleConditionDTO.getType()Type of the throttling condition.ThrottleConditionDTO.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) Returns the enum constant of this type with the specified name.static ThrottleConditionDTO.TypeEnum[]ThrottleConditionDTO.TypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wso2.am.integration.clients.admin.api.dto with parameters of type ThrottleConditionDTO.TypeEnumModifier and TypeMethodDescriptionvoidThrottleConditionDTO.setType(ThrottleConditionDTO.TypeEnum type) ThrottleConditionDTO.type(ThrottleConditionDTO.TypeEnum type) voidThrottleConditionDTO.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, ThrottleConditionDTO.TypeEnum enumeration)