Class RetryLaterReactionType

java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.xml.ns._public.common.common_3.RetryLaterReactionType
All Implemented Interfaces:
Containerable, Freezable, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding, DebugDumpable, Serializable, Cloneable

public class RetryLaterReactionType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Processing of the specified account should be retried later.
See Also:
  • Field Details

    • COMPLEX_TYPE

      public static final QName COMPLEX_TYPE
    • F_INITIAL_INTERVAL

      public static final ItemName F_INITIAL_INTERVAL
    • F_NEXT_INTERVAL

      public static final ItemName F_NEXT_INTERVAL
    • F_RETRY_LIMIT

      public static final ItemName F_RETRY_LIMIT
    • FACTORY

      public static final Producer<RetryLaterReactionType> FACTORY
  • Constructor Details

    • RetryLaterReactionType

      public RetryLaterReactionType()
    • RetryLaterReactionType

      @Deprecated public RetryLaterReactionType(PrismContext context)
      Deprecated.
  • Method Details