public enum UsersSubmodule extends java.lang.Enum<UsersSubmodule> implements Submodule
USERS module| Enum Constant and Description |
|---|
ADDRESSES |
BROKERING |
BULK_ACTIONS |
DASHBOARD |
DASHBOARD_SETTINGS |
FIELDS |
GROUPS |
OPERATOR_GROUPS |
OPERATORS |
PHONES |
PRODUCTS |
RECORD_FIELDS |
RECORD_TYPES |
RECORDS |
REFERENCES |
USERS |
| Modifier and Type | Method and Description |
|---|---|
Module |
module()
Returns the module for this submodule
|
java.lang.String |
prefix()
Returns the prefix used by this class
|
static UsersSubmodule |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UsersSubmodule[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfnamepublic static final UsersSubmodule ADDRESSES
public static final UsersSubmodule BROKERING
public static final UsersSubmodule BULK_ACTIONS
public static final UsersSubmodule DASHBOARD
public static final UsersSubmodule DASHBOARD_SETTINGS
public static final UsersSubmodule GROUPS
public static final UsersSubmodule OPERATORS
public static final UsersSubmodule OPERATOR_GROUPS
public static final UsersSubmodule PHONES
public static final UsersSubmodule PRODUCTS
public static final UsersSubmodule REFERENCES
public static final UsersSubmodule FIELDS
public static final UsersSubmodule RECORD_FIELDS
public static final UsersSubmodule RECORDS
public static final UsersSubmodule RECORD_TYPES
public static final UsersSubmodule USERS
public static UsersSubmodule[] values()
for (UsersSubmodule c : UsersSubmodule.values()) System.out.println(c);
public static UsersSubmodule valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic Module module()
Submodulepublic java.lang.String prefix()
PrefixedEnumprefix in interface PrefixedEnum