java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.Group

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class Group extends Object
Group
  • Felddetails

    • description

      protected String description
      description of the group
    • id

      protected String id
      Group ID
    • name

      protected String name
      name of the group
    • userIds

      protected List<String> userIds
      list of user's Ids assigned to the group
  • Konstruktordetails

    • Group

      public Group(Consumer<Group> spec)
      Constructs a validated instance of Group.
      Parameter:
      spec - the specification to process
    • Group

      @Internal public Group(String description, String id, String name, List<String> userIds)
      Constructs a validated instance of Group.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using Group(Consumer) instead.

      Parameter:
      description - description of the group
      id - Group ID
      name - name of the group
      userIds - list of user's Ids assigned to the group
    • Group

      protected Group()
  • Methodendetails

    • builder

      public static Group.GroupBuilder builder()
    • description

      public String description()
      description of the group
    • id

      public String id()
      Group ID
    • name

      public String name()
      name of the group
    • userIds

      public List<String> userIds()
      list of user's Ids assigned to the group
    • description

      public Group description(String description)
      description of the group
      Gibt zurück:
      this.
    • id

      public Group id(String id)
      Group ID
      Gibt zurück:
      this.
    • name

      public Group name(String name)
      name of the group
      Gibt zurück:
      this.
    • userIds

      public Group userIds(List<String> userIds)
      list of user's Ids assigned to the group
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object