java.lang.Object
org.drasyl.node.plugin.groups.client.Group

public abstract class Group extends Object
A simple POJO that models a group.

This is an immutable object.

  • Constructor Details

    • Group

      public Group()
  • Method Details

    • of

      public static Group of(String name)
      Creates a new group with the given name.
      Parameters:
      name - the name of the group
      Returns:
      a group
    • getName

      public abstract String getName()