Class UpdateState


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

    • Constructor Detail

      • UpdateState

        public UpdateState()
    • 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)