Interface Group


public interface Group
Provides methods to retrieve group related information.
  • Method Details

    • getLabel

      String getLabel()
      Retrieve the group label.
      Returns:
      group label
    • getName

      String getName()
      Retrieve the group name.
      Returns:
      group name
    • getId

      String getId()
      Retrieve group ID.
      Returns:
      group id
    • isActive

      boolean isActive()
      Check if a group is active.
      Returns:
      true if group is active, otherwise false
    • getType

      GroupType getType()
      Retrieve the group Type.
      Returns:
      group Type