|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.baa.dto.SetUserReturnStatusEnumType NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||

java.lang.Objectjava.lang.Enum<SetUserReturnStatusEnumType>
com.rim.bes.bas.baa.dto.SetUserReturnStatusEnumType
public enum SetUserReturnStatusEnumType
Java class for SetUserReturnStatusEnumType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="SetUserReturnStatusEnumType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="SUCCESS"/>
<enumeration value="UNKNOWN"/>
<enumeration value="NOT_AUTHORIZED"/>
<enumeration value="INVALID_PARAMETER"/>
<enumeration value="INVALID_USER"/>
<enumeration value="USER_NOT_FOUND"/>
<enumeration value="MUST_ALLOW_ADMINISTRATION"/>
<enumeration value="LOGIN_NAME_ALREADY_EXISTS"/>
<enumeration value="NO_MAILSTORE_SERVICE_INSTALLED_FOR_USER"/>
<enumeration value="DIRECTORY_SERVER_DOES_NOT_EXIST"/>
<enumeration value="COULD_NOT_CRYPT_PASSWORD"/>
<enumeration value="STALE_OBJECT"/>
<enumeration value="USER_IS_NOT_BLACKBERY_ENABLED_USER"/>
</restriction>
</simpleType>
| Enum Constant Summary | |
|---|---|
COULD_NOT_CRYPT_PASSWORD
Cannot encode/decode the login password. |
|
DIRECTORY_SERVER_DOES_NOT_EXIST
Directory server does not exist. |
|
INVALID_PARAMETER
An invalid parameter was passed into the API call. |
|
INVALID_USER
The user object is invalid. |
|
LOGIN_NAME_ALREADY_EXISTS
Login name already exists. |
|
MUST_ALLOW_ADMINISTRATION
Cannot make user not an administrator. |
|
NO_MAILSTORE_SERVICE_INSTALLED_FOR_USER
Mailstore service required to set this user. |
|
NOT_AUTHORIZED
User does not have permission to perform the operation. |
|
STALE_OBJECT
Stale User object, please refresh and try again. |
|
SUCCESS
API call completed successfully. |
|
UNKNOWN
An unknown error has occurred. |
|
USER_IS_NOT_BLACKBERY_ENABLED_USER
|
|
USER_NOT_FOUND
Cannot find user. |
|
| Method Summary | |
|---|---|
static SetUserReturnStatusEnumType |
fromValue(java.lang.String v)
|
java.lang.String |
value()
|
static SetUserReturnStatusEnumType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SetUserReturnStatusEnumType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final SetUserReturnStatusEnumType SUCCESS
public static final SetUserReturnStatusEnumType UNKNOWN
public static final SetUserReturnStatusEnumType NOT_AUTHORIZED
public static final SetUserReturnStatusEnumType INVALID_PARAMETER
public static final SetUserReturnStatusEnumType INVALID_USER
public static final SetUserReturnStatusEnumType USER_NOT_FOUND
public static final SetUserReturnStatusEnumType MUST_ALLOW_ADMINISTRATION
public static final SetUserReturnStatusEnumType LOGIN_NAME_ALREADY_EXISTS
public static final SetUserReturnStatusEnumType NO_MAILSTORE_SERVICE_INSTALLED_FOR_USER
public static final SetUserReturnStatusEnumType DIRECTORY_SERVER_DOES_NOT_EXIST
public static final SetUserReturnStatusEnumType COULD_NOT_CRYPT_PASSWORD
public static final SetUserReturnStatusEnumType STALE_OBJECT
public static final SetUserReturnStatusEnumType USER_IS_NOT_BLACKBERY_ENABLED_USER
| Method Detail |
|---|
public static SetUserReturnStatusEnumType[] values()
for (SetUserReturnStatusEnumType c : SetUserReturnStatusEnumType.values()) System.out.println(c);
public static SetUserReturnStatusEnumType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic java.lang.String value()
public static SetUserReturnStatusEnumType fromValue(java.lang.String v)
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.baa.dto.SetUserReturnStatusEnumType NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||