Uses of Enum
org.wso2.am.integration.clients.admin.api.dto.ThrottleLimitDTO.TypeEnum
Packages that use ThrottleLimitDTO.TypeEnum
-
Uses of ThrottleLimitDTO.TypeEnum in org.wso2.am.integration.clients.admin.api.dto
Methods in org.wso2.am.integration.clients.admin.api.dto that return ThrottleLimitDTO.TypeEnumModifier and TypeMethodDescriptionstatic ThrottleLimitDTO.TypeEnumThrottleLimitDTO.getType()Type of the throttling limit.ThrottleLimitDTO.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static ThrottleLimitDTO.TypeEnumReturns the enum constant of this type with the specified name.static ThrottleLimitDTO.TypeEnum[]ThrottleLimitDTO.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 ThrottleLimitDTO.TypeEnumModifier and TypeMethodDescriptionvoidThrottleLimitDTO.setType(ThrottleLimitDTO.TypeEnum type) ThrottleLimitDTO.type(ThrottleLimitDTO.TypeEnum type) voidThrottleLimitDTO.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, ThrottleLimitDTO.TypeEnum enumeration)