Uses of Class
org.wso2.am.integration.clients.store.api.v1.dto.ThrottlingPolicyPermissionInfoDTO.TypeEnum
-
Packages that use ThrottlingPolicyPermissionInfoDTO.TypeEnum Package Description org.wso2.am.integration.clients.store.api.v1.dto -
-
Uses of ThrottlingPolicyPermissionInfoDTO.TypeEnum in org.wso2.am.integration.clients.store.api.v1.dto
Methods in org.wso2.am.integration.clients.store.api.v1.dto that return ThrottlingPolicyPermissionInfoDTO.TypeEnum Modifier and Type Method Description static ThrottlingPolicyPermissionInfoDTO.TypeEnumThrottlingPolicyPermissionInfoDTO.TypeEnum. fromValue(String value)ThrottlingPolicyPermissionInfoDTO.TypeEnumThrottlingPolicyPermissionInfoDTO. getType()Get typeThrottlingPolicyPermissionInfoDTO.TypeEnumThrottlingPolicyPermissionInfoDTO.TypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static ThrottlingPolicyPermissionInfoDTO.TypeEnumThrottlingPolicyPermissionInfoDTO.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ThrottlingPolicyPermissionInfoDTO.TypeEnum[]ThrottlingPolicyPermissionInfoDTO.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.store.api.v1.dto with parameters of type ThrottlingPolicyPermissionInfoDTO.TypeEnum Modifier and Type Method Description voidThrottlingPolicyPermissionInfoDTO. setType(ThrottlingPolicyPermissionInfoDTO.TypeEnum type)ThrottlingPolicyPermissionInfoDTOThrottlingPolicyPermissionInfoDTO. type(ThrottlingPolicyPermissionInfoDTO.TypeEnum type)voidThrottlingPolicyPermissionInfoDTO.TypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ThrottlingPolicyPermissionInfoDTO.TypeEnum enumeration)
-