java.lang.Object
com.djrapitops.plan.delivery.domain.auth.Group

public class Group extends Object
Represents Plan web permission group without permissions or users.

This object is used instead of a String in case more attributes are added in the future.

  • Constructor Details

    • Group

      public Group(String name)
  • Method Details