Enum LinkedAccountMetaCategory.LinkedAccountMetaCategoryEnum
- java.lang.Object
-
- java.lang.Enum<LinkedAccountMetaCategory.LinkedAccountMetaCategoryEnum>
-
- com.stackone.stackone_client_java.models.components.LinkedAccountMetaCategory.LinkedAccountMetaCategoryEnum
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<LinkedAccountMetaCategory.LinkedAccountMetaCategoryEnum>
- Enclosing class:
- LinkedAccountMetaCategory
public static enum LinkedAccountMetaCategory.LinkedAccountMetaCategoryEnum extends java.lang.Enum<LinkedAccountMetaCategory.LinkedAccountMetaCategoryEnum>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ACCOUNTINGATSCRMDOCUMENTSHRISHRIS_LEGACYIAMLMSMARKETINGMESSAGINGSCHEDULINGSCREENINGSTACKONETICKETING
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringvalue()static LinkedAccountMetaCategory.LinkedAccountMetaCategoryEnumvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LinkedAccountMetaCategory.LinkedAccountMetaCategoryEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ATS
public static final LinkedAccountMetaCategory.LinkedAccountMetaCategoryEnum ATS
-
HRIS
public static final LinkedAccountMetaCategory.LinkedAccountMetaCategoryEnum HRIS
-
HRIS_LEGACY
public static final LinkedAccountMetaCategory.LinkedAccountMetaCategoryEnum HRIS_LEGACY
-
CRM
public static final LinkedAccountMetaCategory.LinkedAccountMetaCategoryEnum CRM
-
IAM
public static final LinkedAccountMetaCategory.LinkedAccountMetaCategoryEnum IAM
-
MARKETING
public static final LinkedAccountMetaCategory.LinkedAccountMetaCategoryEnum MARKETING
-
LMS
public static final LinkedAccountMetaCategory.LinkedAccountMetaCategoryEnum LMS
-
STACKONE
public static final LinkedAccountMetaCategory.LinkedAccountMetaCategoryEnum STACKONE
-
DOCUMENTS
public static final LinkedAccountMetaCategory.LinkedAccountMetaCategoryEnum DOCUMENTS
-
TICKETING
public static final LinkedAccountMetaCategory.LinkedAccountMetaCategoryEnum TICKETING
-
SCREENING
public static final LinkedAccountMetaCategory.LinkedAccountMetaCategoryEnum SCREENING
-
MESSAGING
public static final LinkedAccountMetaCategory.LinkedAccountMetaCategoryEnum MESSAGING
-
ACCOUNTING
public static final LinkedAccountMetaCategory.LinkedAccountMetaCategoryEnum ACCOUNTING
-
SCHEDULING
public static final LinkedAccountMetaCategory.LinkedAccountMetaCategoryEnum SCHEDULING
-
-
Method Detail
-
values
public static LinkedAccountMetaCategory.LinkedAccountMetaCategoryEnum[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (LinkedAccountMetaCategory.LinkedAccountMetaCategoryEnum c : LinkedAccountMetaCategory.LinkedAccountMetaCategoryEnum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static LinkedAccountMetaCategory.LinkedAccountMetaCategoryEnum 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 namejava.lang.NullPointerException- if the argument is null
-
value
public java.lang.String value()
-
-