Enum Class RecalculateAction
- All Implemented Interfaces:
Serializable,Comparable<RecalculateAction>,Constable
Vote for personalization recalculation.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionGenerated enum value forRecalculateAction.ASYNC_PROCESSvalue defined at extensionpersonalizationservices.Generated enum value forRecalculateAction.ASYNC_PROCESS_CDSvalue defined at extensionpersonalizationyprofile.Generated enum value forRecalculateAction.ASYNC_PROCESS_DEFAULTvalue defined at extensionpersonalizationservices.Generated enum value forRecalculateAction.IGNOREvalue defined at extensionpersonalizationservices.Generated enum value forRecalculateAction.LOADvalue defined at extensionpersonalizationservices.Generated enum value forRecalculateAction.RECALCULATEvalue defined at extensionpersonalizationservices.Generated enum value forRecalculateAction.UPDATEvalue defined at extensionpersonalizationservices.Generated enum value forRecalculateAction.UPDATE_CDSvalue defined at extensionpersonalizationyprofile.Generated enum value forRecalculateAction.UPDATE_DEFAULTvalue defined at extensionpersonalizationservices. -
Method Summary
Modifier and TypeMethodDescriptionstatic RecalculateActionReturns the enum constant of this class with the specified name.static RecalculateAction[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
IGNORE
Generated enum value forRecalculateAction.IGNOREvalue defined at extensionpersonalizationservices. -
RECALCULATE
Generated enum value forRecalculateAction.RECALCULATEvalue defined at extensionpersonalizationservices. -
UPDATE
Generated enum value forRecalculateAction.UPDATEvalue defined at extensionpersonalizationservices. -
UPDATE_DEFAULT
Generated enum value forRecalculateAction.UPDATE_DEFAULTvalue defined at extensionpersonalizationservices. -
ASYNC_PROCESS
Generated enum value forRecalculateAction.ASYNC_PROCESSvalue defined at extensionpersonalizationservices. -
ASYNC_PROCESS_DEFAULT
Generated enum value forRecalculateAction.ASYNC_PROCESS_DEFAULTvalue defined at extensionpersonalizationservices. -
LOAD
Generated enum value forRecalculateAction.LOADvalue defined at extensionpersonalizationservices. -
UPDATE_CDS
Generated enum value forRecalculateAction.UPDATE_CDSvalue defined at extensionpersonalizationyprofile. -
ASYNC_PROCESS_CDS
Generated enum value forRecalculateAction.ASYNC_PROCESS_CDSvalue defined at extensionpersonalizationyprofile.
-
-
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
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
-