Enum Class ManageUserAccountRequest.AccountOperation

java.lang.Object
java.lang.Enum<ManageUserAccountRequest.AccountOperation>
com.hack23.cia.service.api.action.admin.ManageUserAccountRequest.AccountOperation
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ManageUserAccountRequest.AccountOperation>, java.lang.constant.Constable
Enclosing class:
ManageUserAccountRequest

public static enum ManageUserAccountRequest.AccountOperation extends java.lang.Enum<ManageUserAccountRequest.AccountOperation>
The Enum AccountOperation.
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    The delete.
    The lock.
    The password recovery.
    The reset mfa.
    The unlock.
    The verify email.
  • Method Summary

    Modifier and Type
    Method
    Description
    valueOf(java.lang.String name)
    Returns the enum constant of this class with the specified name.
    Returns an array containing the constants of this enum class, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait