Class EditableVersionMetaData
java.lang.Object
io.apicurio.registry.rest.v3.beans.EditableVersionMetaData
Root Type for EditableArtifactMetaData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionUser-defined name-value pairs.getName()getState()Describes the state of an artifact or artifact version.voidsetDescription(String description) voidUser-defined name-value pairs.voidvoidsetState(VersionState state) Describes the state of an artifact or artifact version.
-
Constructor Details
-
EditableVersionMetaData
public EditableVersionMetaData()
-
-
Method Details
-
getName
-
setName
-
getDescription
-
setDescription
-
getLabels
User-defined name-value pairs. Name and value must be strings. -
setLabels
User-defined name-value pairs. Name and value must be strings. -
getState
Describes the state of an artifact or artifact version. The following states are possible: * ENABLED * DISABLED * DEPRECATED -
setState
Describes the state of an artifact or artifact version. The following states are possible: * ENABLED * DISABLED * DEPRECATED
-