Class ReleaseActivityAction

All Implemented Interfaces:
Serializable, Comparable, EnumeratedType, LocalizableMetadata, LocalizableMessage, Message

@GenAsEnumeratedType(supportedAPI=PUBLIC) public class ReleaseActivityAction extends _ReleaseActivityAction


Supported API: true

Extendable: false
See Also:
  • Field Details

    • CREATE

      public static final ReleaseActivityAction CREATE
      The ESI release activity was an attempt to add an entry in the target system.

      Supported API: true
    • CHANGE

      public static final ReleaseActivityAction CHANGE
      The ESI release activity was an attempt to change an entry in the target system.

      Supported API: true
    • DELETE

      public static final ReleaseActivityAction DELETE
      The ESI release activity was an attempt to delete an entry from the target system.

      Supported API: true
    • UNCHANGE

      public static final ReleaseActivityAction UNCHANGE
      The ESI release activity was an attempt to leave an entry in the target system unchanged.

      Supported API: true