Uses of Class
com.hybris.cockpitng.actions.ActionResult.StatusFlag
-
Packages that use ActionResult.StatusFlag Package Description com.hybris.cockpitng.actions -
-
Uses of ActionResult.StatusFlag in com.hybris.cockpitng.actions
Methods in com.hybris.cockpitng.actions that return ActionResult.StatusFlag Modifier and Type Method Description static ActionResult.StatusFlagActionResult.StatusFlag. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ActionResult.StatusFlag[]ActionResult.StatusFlag. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.hybris.cockpitng.actions that return types with arguments of type ActionResult.StatusFlag Modifier and Type Method Description java.util.EnumSet<ActionResult.StatusFlag>ActionResult. getStatusFlags()Method parameters in com.hybris.cockpitng.actions with type arguments of type ActionResult.StatusFlag Modifier and Type Method Description voidActionResult. setStatusFlags(java.util.EnumSet<ActionResult.StatusFlag> statusFlags)
-