Class WrappedVersionState
java.lang.Object
io.apicurio.registry.rest.v3.beans.WrappedVersionState
Root Type for WrappedVersionState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetState()Describes the state of an artifact or artifact version.voidsetState(VersionState state) Describes the state of an artifact or artifact version.
-
Constructor Details
-
WrappedVersionState
public WrappedVersionState()
-
-
Method Details
-
getState
Describes the state of an artifact or artifact version. The following states are possible: * ENABLED * DISABLED * DEPRECATED (Required) -
setState
Describes the state of an artifact or artifact version. The following states are possible: * ENABLED * DISABLED * DEPRECATED (Required)
-