Package software.xdev.brevo.model
Enum Class CorporateUserEmailPermissionsPutRequestPrivilegesInner.FeatureEnum
java.lang.Object
java.lang.Enum<CorporateUserEmailPermissionsPutRequestPrivilegesInner.FeatureEnum>
software.xdev.brevo.model.CorporateUserEmailPermissionsPutRequestPrivilegesInner.FeatureEnum
- All Implemented Interfaces:
Serializable,Comparable<CorporateUserEmailPermissionsPutRequestPrivilegesInner.FeatureEnum>,Constable
- Enclosing class:
- CorporateUserEmailPermissionsPutRequestPrivilegesInner
public static enum CorporateUserEmailPermissionsPutRequestPrivilegesInner.FeatureEnum
extends Enum<CorporateUserEmailPermissionsPutRequestPrivilegesInner.FeatureEnum>
feature name
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
-
Enum Constant Details
-
USER_MANAGEMENT
public static final CorporateUserEmailPermissionsPutRequestPrivilegesInner.FeatureEnum USER_MANAGEMENT -
API
-
MY_PLAN
-
APPS_MANAGEMENT
public static final CorporateUserEmailPermissionsPutRequestPrivilegesInner.FeatureEnum APPS_MANAGEMENT -
ANALYTICS
-
SUB_ORGANIZATION_GROUPS
public static final CorporateUserEmailPermissionsPutRequestPrivilegesInner.FeatureEnum SUB_ORGANIZATION_GROUPS -
CREATE_SUB_ORGANIZATIONS
public static final CorporateUserEmailPermissionsPutRequestPrivilegesInner.FeatureEnum CREATE_SUB_ORGANIZATIONS -
MANAGE_SUB_ORGANIZATIONS
public static final CorporateUserEmailPermissionsPutRequestPrivilegesInner.FeatureEnum MANAGE_SUB_ORGANIZATIONS -
SECURITY
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
public static CorporateUserEmailPermissionsPutRequestPrivilegesInner.FeatureEnum valueOf(String name) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
-
toString
- Overrides:
toStringin classEnum<CorporateUserEmailPermissionsPutRequestPrivilegesInner.FeatureEnum>
-
fromValue
public static CorporateUserEmailPermissionsPutRequestPrivilegesInner.FeatureEnum fromValue(String value)
-