Class GroupId

java.lang.Object
io.apicurio.registry.model.GroupId
Direct Known Subclasses:
GA

public class GroupId extends Object
  • Field Details

    • DEFAULT

      public static final GroupId DEFAULT
  • Constructor Details

    • GroupId

      public GroupId(String rawGroupId)
  • Method Details

    • isDefaultGroup

      public boolean isDefaultGroup()
    • getRawGroupIdWithDefaultString

      public String getRawGroupIdWithDefaultString()
    • getRawGroupIdWithNull

      public String getRawGroupIdWithNull()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • isValid

      public static boolean isValid(String rawGroupId)