Class UpdateState
java.lang.Object
io.apicurio.registry.rest.v2.beans.UpdateState
Root Type for UpdateState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetState()Describes the state of an artifact or artifact version.voidsetState(ArtifactState state) Describes the state of an artifact or artifact version.
-
Constructor Details
-
UpdateState
public UpdateState()
-
-
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)
-