Class UpdateState

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

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

      public String toString()
      Overrides:
      toString in class Object