Uses of Enum Class
io.apicurio.registry.rest.client.v2.models.ArtifactState
Packages that use ArtifactState
-
Uses of ArtifactState in io.apicurio.registry.rest.client.v2.models
Methods in io.apicurio.registry.rest.client.v2.models that return ArtifactStateModifier and TypeMethodDescriptionstatic ArtifactStateArtifactMetaData.getState()Gets the state property value.SearchedArtifact.getState()Gets the state property value.SearchedVersion.getState()Gets the state property value.UpdateState.getState()Gets the state property value.VersionMetaData.getState()Gets the state property value.static 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.Methods in io.apicurio.registry.rest.client.v2.models with parameters of type ArtifactStateModifier and TypeMethodDescriptionvoidArtifactMetaData.setState(ArtifactState value) Sets the state property value.voidSearchedArtifact.setState(ArtifactState value) Sets the state property value.voidSearchedVersion.setState(ArtifactState value) Sets the state property value.voidUpdateState.setState(ArtifactState value) Sets the state property value.voidVersionMetaData.setState(ArtifactState value) Sets the state property value.