Enum PrivilegeGroupType

java.lang.Object
java.lang.Enum<PrivilegeGroupType>
org.teamapps.application.api.privilege.PrivilegeGroupType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<PrivilegeGroupType>, java.lang.constant.Constable

public enum PrivilegeGroupType
extends java.lang.Enum<PrivilegeGroupType>
  • Enum Constant Details

    • SIMPLE_PRIVILEGE

      public static final PrivilegeGroupType SIMPLE_PRIVILEGE
    • SIMPLE_ORGANIZATIONAL_PRIVILEGE

      public static final PrivilegeGroupType SIMPLE_ORGANIZATIONAL_PRIVILEGE
    • SIMPLE_CUSTOM_OBJECT_PRIVILEGE

      public static final PrivilegeGroupType SIMPLE_CUSTOM_OBJECT_PRIVILEGE
    • STANDARD_PRIVILEGE_GROUP

      public static final PrivilegeGroupType STANDARD_PRIVILEGE_GROUP
    • ORGANIZATIONAL_PRIVILEGE_GROUP

      public static final PrivilegeGroupType ORGANIZATIONAL_PRIVILEGE_GROUP
    • CUSTOM_OBJECT_PRIVILEGE_GROUP

      public static final PrivilegeGroupType CUSTOM_OBJECT_PRIVILEGE_GROUP
  • Method Details

    • values

      public static PrivilegeGroupType[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static PrivilegeGroupType valueOf​(java.lang.String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
      java.lang.NullPointerException - if the argument is null