Uses of Enum Class
io.apicurio.registry.types.ArtifactState
Packages that use ArtifactState
Package
Description
-
Uses of ArtifactState in io.apicurio.registry.rest
Method parameters in io.apicurio.registry.rest with type arguments of type ArtifactStateModifier and TypeMethodDescriptiondefault voidHeaders.checkIfDeprecated(Supplier<ArtifactState> stateSupplier, String groupId, String artifactId, Number version, jakarta.ws.rs.core.Response.ResponseBuilder builder) -
Uses of ArtifactState in io.apicurio.registry.rest.v2.beans
Methods in io.apicurio.registry.rest.v2.beans that return ArtifactStateModifier and TypeMethodDescriptionArtifactMetaData.getState()Describes the state of an artifact or artifact version.SearchedArtifact.getState()Describes the state of an artifact or artifact version.SearchedVersion.getState()Describes the state of an artifact or artifact version.UpdateState.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.v2.beans with parameters of type ArtifactStateModifier and TypeMethodDescriptionvoidArtifactMetaData.setState(ArtifactState state) Describes the state of an artifact or artifact version.voidSearchedArtifact.setState(ArtifactState state) Describes the state of an artifact or artifact version.voidSearchedVersion.setState(ArtifactState state) Describes the state of an artifact or artifact version.voidUpdateState.setState(ArtifactState state) Describes the state of an artifact or artifact version.voidVersionMetaData.setState(ArtifactState state) Describes the state of an artifact or artifact version. -
Uses of ArtifactState in io.apicurio.registry.types
Methods in io.apicurio.registry.types that return ArtifactStateModifier and TypeMethodDescriptionstatic ArtifactStatestatic ArtifactStateReturns the enum constant of this class with the specified name.static ArtifactState[]ArtifactState.values()Returns an array containing the constants of this enum class, in the order they are declared.