Class UpdateState
- java.lang.Object
-
- io.apicurio.registry.rest.v2.beans.UpdateState
-
@Generated("jsonschema2pojo") public class UpdateState extends Object
Root Type for UpdateState
-
-
Constructor Summary
Constructors Constructor Description UpdateState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArtifactState
getState()
Describes the state of an artifact or artifact version.void
setState(ArtifactState state)
Describes the state of an artifact or artifact version.
-
-
-
Method Detail
-
getState
public ArtifactState getState()
Describes the state of an artifact or artifact version. The following states are possible: * ENABLED * DISABLED * DEPRECATED (Required)
-
setState
public void setState(ArtifactState state)
Describes the state of an artifact or artifact version. The following states are possible: * ENABLED * DISABLED * DEPRECATED (Required)
-
-