Uses of Class
org.wso2.am.integration.clients.admin.api.dto.ThrottleConditionDTO.TypeEnum
-
Packages that use ThrottleConditionDTO.TypeEnum Package Description org.wso2.am.integration.clients.admin.api.dto -
-
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.TypeEnum Modifier and Type Method Description static ThrottleConditionDTO.TypeEnumThrottleConditionDTO.TypeEnum. fromValue(String value)ThrottleConditionDTO.TypeEnumThrottleConditionDTO. getType()Type of the throttling condition.ThrottleConditionDTO.TypeEnumThrottleConditionDTO.TypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static ThrottleConditionDTO.TypeEnumThrottleConditionDTO.TypeEnum. valueOf(String name)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.TypeEnum Modifier and Type Method Description voidThrottleConditionDTO. setType(ThrottleConditionDTO.TypeEnum type)ThrottleConditionDTOThrottleConditionDTO. type(ThrottleConditionDTO.TypeEnum type)voidThrottleConditionDTO.TypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ThrottleConditionDTO.TypeEnum enumeration)
-