Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.ThrottleLimitDTO.TypeEnum
-
Packages that use ThrottleLimitDTO.TypeEnum Package Description org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of ThrottleLimitDTO.TypeEnum in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return ThrottleLimitDTO.TypeEnum Modifier and Type Method Description static ThrottleLimitDTO.TypeEnumThrottleLimitDTO.TypeEnum. fromValue(String value)ThrottleLimitDTO.TypeEnumThrottleLimitDTO. getType()Type of the throttling limit.ThrottleLimitDTO.TypeEnumThrottleLimitDTO.TypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static ThrottleLimitDTO.TypeEnumThrottleLimitDTO.TypeEnum. valueOf(String name)Returns 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.publisher.api.v1.dto with parameters of type ThrottleLimitDTO.TypeEnum Modifier and Type Method Description voidThrottleLimitDTO. setType(ThrottleLimitDTO.TypeEnum type)ThrottleLimitDTOThrottleLimitDTO. type(ThrottleLimitDTO.TypeEnum type)voidThrottleLimitDTO.TypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ThrottleLimitDTO.TypeEnum enumeration)
-