Uses of Enum Class
io.apicurio.registry.types.VersionState
Packages that use VersionState
-
Uses of VersionState in io.apicurio.registry.rest.v3.beans
Methods in io.apicurio.registry.rest.v3.beans that return VersionStateModifier and TypeMethodDescriptionEditableVersionMetaData.getState()Describes the state of an artifact or artifact version.SearchedVersion.getState()Describes the state of an artifact or artifact version.VersionMetaData.getState()Describes the state of an artifact or artifact version.Methods in io.apicurio.registry.rest.v3.beans with parameters of type VersionStateModifier and TypeMethodDescriptionvoidEditableVersionMetaData.setState(VersionState state) Describes the state of an artifact or artifact version.voidSearchedVersion.setState(VersionState state) Describes the state of an artifact or artifact version.voidVersionMetaData.setState(VersionState state) Describes the state of an artifact or artifact version. -
Uses of VersionState in io.apicurio.registry.types
Methods in io.apicurio.registry.types that return VersionStateModifier and TypeMethodDescriptionstatic VersionStatestatic VersionStateReturns the enum constant of this class with the specified name.static VersionState[]VersionState.values()Returns an array containing the constants of this enum class, in the order they are declared.