Class UpdateState

java.lang.Object
io.apicurio.registry.rest.v2.beans.UpdateState

@Generated("jsonschema2pojo") public class UpdateState extends Object
Root Type for UpdateState

  • Constructor Details

    • UpdateState

      public UpdateState()
  • Method Details

    • 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)