java.lang.Object
java.lang.Enum<Action>
com.okiok.pheonix.api.manualProvisioning.Action
All Implemented Interfaces:
Serializable, Comparable<Action>, Constable

public enum Action
extends Enum<Action>
  • Enum Constant Details

    • ADD_ACCESSES_REQUEST

      public static final Action ADD_ACCESSES_REQUEST
    • REMOVE_ACCESSES_REQUEST

      public static final Action REMOVE_ACCESSES_REQUEST
    • IDENTITY_CREATION

      public static final Action IDENTITY_CREATION
    • IDENTITY_TRANSFER

      public static final Action IDENTITY_TRANSFER
    • IDENTITY_TERMINATION

      public static final Action IDENTITY_TERMINATION
    • IDENTITY_DEACTIVATION

      public static final Action IDENTITY_DEACTIVATION
    • JOB

      public static final Action JOB
    • PROFILE

      public static final Action PROFILE
    • ROLE

      public static final Action ROLE
    • APPLICATION_ACCOUNT

      public static final Action APPLICATION_ACCOUNT
    • APPLICATION_ACCOUNT_ACTIVATION

      public static final Action APPLICATION_ACCOUNT_ACTIVATION
    • PROFILE_AND_JOBS

      public static final Action PROFILE_AND_JOBS
    • AUDIT

      public static final Action AUDIT
    • CAMPAIGN

      public static final Action CAMPAIGN
    • IDENTIFICATION

      public static final Action IDENTIFICATION
    • IDENTIFICATION_TERMINATION

      public static final Action IDENTIFICATION_TERMINATION
    • IDENTIFICATION_RENEWAL

      public static final Action IDENTIFICATION_RENEWAL
    • IDENTIFICATION_TRANSFER

      public static final Action IDENTIFICATION_TRANSFER
    • IDENTIFICATION_DEACTIVATION

      public static final Action IDENTIFICATION_DEACTIVATION
    • IDENTIFICATION_ACTIVATION

      public static final Action IDENTIFICATION_ACTIVATION
    • WRITTEN

      public static final Action WRITTEN
    • ROLE_MEMBERSHIP_MODIFICATION

      public static final Action ROLE_MEMBERSHIP_MODIFICATION
    • ROLE_ACTIVATION

      public static final Action ROLE_ACTIVATION
    • ROLE_DEACTIVATION

      public static final Action ROLE_DEACTIVATION
    • ROLE_MODIFICATION

      public static final Action ROLE_MODIFICATION
    • UNDEFINED

      public static final Action UNDEFINED
  • Method Details

    • values

      public static Action[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static Action valueOf​(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null