Uses of Class
io.apicurio.registry.types.ArtifactState
-
Packages that use ArtifactState Package Description io.apicurio.registry.rest io.apicurio.registry.rest.v1.beans io.apicurio.registry.rest.v2.beans io.apicurio.registry.types -
-
Uses of ArtifactState in io.apicurio.registry.rest
Method parameters in io.apicurio.registry.rest with type arguments of type ArtifactState Modifier and Type Method Description default voidHeaders. checkIfDeprecated(Supplier<ArtifactState> stateSupplier, String groupId, String artifactId, Number version, javax.ws.rs.core.Response.ResponseBuilder builder) -
Uses of ArtifactState in io.apicurio.registry.rest.v1.beans
Methods in io.apicurio.registry.rest.v1.beans that return ArtifactState Modifier and Type Method Description ArtifactStateArtifactMetaData. getState()Describes the state of an artifact or artifact version.ArtifactStateSearchedArtifact. getState()Describes the state of an artifact or artifact version.ArtifactStateSearchedVersion. getState()Describes the state of an artifact or artifact version.ArtifactStateUpdateState. getState()Describes the state of an artifact or artifact version.ArtifactStateVersionMetaData. getState()Describes the state of an artifact or artifact version.Methods in io.apicurio.registry.rest.v1.beans with parameters of type ArtifactState Modifier and Type Method Description voidArtifactMetaData. 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.rest.v2.beans
Methods in io.apicurio.registry.rest.v2.beans that return ArtifactState Modifier and Type Method Description ArtifactStateArtifactMetaData. getState()Describes the state of an artifact or artifact version.ArtifactStateSearchedArtifact. getState()Describes the state of an artifact or artifact version.ArtifactStateSearchedVersion. getState()Describes the state of an artifact or artifact version.ArtifactStateUpdateState. getState()Describes the state of an artifact or artifact version.ArtifactStateVersionMetaData. getState()Describes the state of an artifact or artifact version.Methods in io.apicurio.registry.rest.v2.beans with parameters of type ArtifactState Modifier and Type Method Description voidArtifactMetaData. 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 ArtifactState Modifier and Type Method Description static ArtifactStateArtifactState. fromValue(String value)static ArtifactStateArtifactState. valueOf(String name)Returns the enum constant of this type with the specified name.static ArtifactState[]ArtifactState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-