Class CreateGroup

java.lang.Object
io.apicurio.registry.rest.v3.beans.CreateGroup

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

  • Constructor Details

    • CreateGroup

      public CreateGroup()
  • Method Details

    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getLabels

      public Map<String,String> getLabels()
      User-defined name-value pairs. Name and value must be strings.
    • setLabels

      public void setLabels(Map<String,String> labels)
      User-defined name-value pairs. Name and value must be strings.
    • getGroupId

      public String getGroupId()
      An ID of a single artifact group. (Required)
    • setGroupId

      public void setGroupId(String groupId)
      An ID of a single artifact group. (Required)