Uses of Class
io.apicurio.registry.storage.dto.DownloadContextType
-
Packages that use DownloadContextType Package Description io.apicurio.registry.storage.dto -
-
Uses of DownloadContextType in io.apicurio.registry.storage.dto
Methods in io.apicurio.registry.storage.dto that return DownloadContextType Modifier and Type Method Description static DownloadContextTypeDownloadContextType. valueOf(String name)Returns the enum constant of this type with the specified name.static DownloadContextType[]DownloadContextType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-