Uses of Enum Class
io.apicurio.registry.types.VersionState
Packages that use VersionState
Package
Description
-
Uses of VersionState in io.apicurio.registry.rest.v3
Methods in io.apicurio.registry.rest.v3 with parameters of type VersionStateModifier and TypeMethodDescriptionSearchResource.searchVersions(@Pattern(regexp="^[a-zA-Z0-9._\\-+]{1,256}$") String version, BigInteger offset, BigInteger limit, SortOrder order, VersionSortBy orderby, List<String> labels, String description, @Pattern(regexp="^.{1,512}$") String groupId, Long globalId, Long contentId, @Pattern(regexp="^.{1,512}$") String artifactId, String name, VersionState state) Returns a paginated list of all versions that match the provided filter criteria. -
Uses of VersionState in io.apicurio.registry.rest.v3.beans
Methods in io.apicurio.registry.rest.v3.beans that return VersionStateModifier and TypeMethodDescriptionSearchedVersion.getState()Describes the state of an artifact or artifact version.VersionMetaData.getState()Describes the state of an artifact or artifact version.WrappedVersionState.getState()Describes the state of an artifact or artifact version.Methods in io.apicurio.registry.rest.v3.beans with parameters of type VersionStateModifier and TypeMethodDescriptionvoidSearchedVersion.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.voidWrappedVersionState.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.