Uses of Class
de.hybris.platform.task.RetryLaterException.Method
-
Packages that use RetryLaterException.Method Package Description de.hybris.platform.task Contains generated models for each type of de.hybris.platform.task package. -
-
Uses of RetryLaterException.Method in de.hybris.platform.task
Methods in de.hybris.platform.task that return RetryLaterException.Method Modifier and Type Method Description RetryLaterException.MethodRetryLaterException. getMethod()static RetryLaterException.MethodRetryLaterException.Method. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RetryLaterException.Method[]RetryLaterException.Method. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.hybris.platform.task with parameters of type RetryLaterException.Method Modifier and Type Method Description voidRetryLaterException. setMethod(RetryLaterException.Method method)
-