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 void
Headers. 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 ArtifactState
ArtifactMetaData. getState()
Describes the state of an artifact or artifact version.ArtifactState
SearchedArtifact. getState()
Describes the state of an artifact or artifact version.ArtifactState
SearchedVersion. getState()
Describes the state of an artifact or artifact version.ArtifactState
UpdateState. getState()
Describes the state of an artifact or artifact version.ArtifactState
VersionMetaData. 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 void
ArtifactMetaData. setState(ArtifactState state)
Describes the state of an artifact or artifact version.void
SearchedArtifact. setState(ArtifactState state)
Describes the state of an artifact or artifact version.void
SearchedVersion. setState(ArtifactState state)
Describes the state of an artifact or artifact version.void
UpdateState. setState(ArtifactState state)
Describes the state of an artifact or artifact version.void
VersionMetaData. 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 ArtifactState
ArtifactMetaData. getState()
Describes the state of an artifact or artifact version.ArtifactState
SearchedArtifact. getState()
Describes the state of an artifact or artifact version.ArtifactState
SearchedVersion. getState()
Describes the state of an artifact or artifact version.ArtifactState
UpdateState. getState()
Describes the state of an artifact or artifact version.ArtifactState
VersionMetaData. 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 void
ArtifactMetaData. setState(ArtifactState state)
Describes the state of an artifact or artifact version.void
SearchedArtifact. setState(ArtifactState state)
Describes the state of an artifact or artifact version.void
SearchedVersion. setState(ArtifactState state)
Describes the state of an artifact or artifact version.void
UpdateState. setState(ArtifactState state)
Describes the state of an artifact or artifact version.void
VersionMetaData. 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 ArtifactState
ArtifactState. fromValue(String value)
static ArtifactState
ArtifactState. 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.
-