Uses of Enum Class
io.apicurio.registry.rest.client.models.VersionContentEncoding
Packages that use VersionContentEncoding
-
Uses of VersionContentEncoding in io.apicurio.registry.rest.client.models
Methods in io.apicurio.registry.rest.client.models that return VersionContentEncodingModifier and TypeMethodDescriptionstatic VersionContentEncodingVersionContent.getEncoding()Gets the encoding property value.static VersionContentEncodingReturns the enum constant of this class with the specified name.static VersionContentEncoding[]VersionContentEncoding.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.apicurio.registry.rest.client.models with parameters of type VersionContentEncodingModifier and TypeMethodDescriptionvoidVersionContent.setEncoding(VersionContentEncoding value) Sets the encoding property value.