public static enum PromotionsManager.AutoApplyMode extends java.lang.Enum<PromotionsManager.AutoApplyMode>
| Enum Constant and Description |
|---|
APPLY_ALL
Apply all promotions that can be applied.
|
APPLY_NONE
Do not apply any promotions.
|
KEEP_APPLIED
Reapply promotions that are currently applied if they can still be applied.
|
| Modifier and Type | Method and Description |
|---|---|
static PromotionsManager.AutoApplyMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PromotionsManager.AutoApplyMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PromotionsManager.AutoApplyMode APPLY_NONE
public static final PromotionsManager.AutoApplyMode KEEP_APPLIED
public static final PromotionsManager.AutoApplyMode APPLY_ALL
public static PromotionsManager.AutoApplyMode[] values()
for (PromotionsManager.AutoApplyMode c : PromotionsManager.AutoApplyMode.values()) System.out.println(c);
public static PromotionsManager.AutoApplyMode 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 nullCopyright © 2018 SAP SE. All Rights Reserved.