com.waveset.object
Class Account.Response
java.lang.Object
com.waveset.object.Account.Response
- Enclosing class:
- Account
- public static class Account.Response
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LINK_ACCOUNT
public static final Account.Response LINK_ACCOUNT
UNLINK_ACCOUNT
public static final Account.Response UNLINK_ACCOUNT
CREATE_ACCOUNT
public static final Account.Response CREATE_ACCOUNT
DELETE_ACCOUNT
public static final Account.Response DELETE_ACCOUNT
DISABLE_ACCOUNT
public static final Account.Response DISABLE_ACCOUNT
CREATE_NEW_USER
public static final Account.Response CREATE_NEW_USER
DO_NOTHING
public static final Account.Response DO_NOTHING
listNames
public static java.lang.String[] listNames()
listResponses
public static Account.Response[] listResponses()
fromString
public static Account.Response fromString(java.lang.String msgKey)
- Translate the specified id or message key into a Response.
getNameMap
public static java.util.Map getNameMap()
getId
public java.lang.String getId()
- Returns:
- the id of this response.
getMessageKey
public java.lang.String getMessageKey()
- Returns:
- the message key associated with this response.
updatesUser
public boolean updatesUser()
- Returns:
true
if this response must be able to update
the Lighthouse user that is associated with an
account index entry
; otherwise
false
.
preventedByPendingUpdate
public boolean preventedByPendingUpdate()
- Returns:
true
if this response cannot be performed when
there is a pending workflow update to the Lighthouse user
associated with an account index entry
;
otherwise false
.
toString
public java.lang.String toString()
equals
public boolean equals(java.lang.Object o)