Package com.ads.api.beans.common
Enum Class APIConstants.MetadataScanAction
java.lang.Object
java.lang.Enum<APIConstants.MetadataScanAction>
com.ads.api.beans.common.APIConstants.MetadataScanAction
- All Implemented Interfaces:
Serializable,Comparable<APIConstants.MetadataScanAction>,Constable
- Enclosing class:
- APIConstants
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAPPEND Operation refers to Add NewFRESH_UPLOAD Operation refers to Delete and ReloadUPDATE_APPEND Operation refers to UpdateExisting and Add NewUPDATE_APPEND Operation refers to UpdateExisting and Add New -
Method Summary
Modifier and TypeMethodDescriptiontoString()Returns the enum constant of this class with the specified name.static APIConstants.MetadataScanAction[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
FRESH_UPLOAD
FRESH_UPLOAD Operation refers to Delete and Reload -
APPEND
APPEND Operation refers to Add New -
UPDATE_APPEND
UPDATE_APPEND Operation refers to UpdateExisting and Add New -
UPDATE_APPEND_INVALIDATE
UPDATE_APPEND Operation refers to UpdateExisting and Add New
-
-
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
-
toString
- Overrides:
toStringin classEnum<APIConstants.MetadataScanAction>
-