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

java.lang.Objectjava.lang.Enum<MoveUserReturnStatusEnumType>
com.rim.bes.bas.baa.dto.MoveUserReturnStatusEnumType
public enum MoveUserReturnStatusEnumType
Java class for MoveUserReturnStatusEnumType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="MoveUserReturnStatusEnumType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="SUCCESS"/>
<enumeration value="UNKNOWN"/>
<enumeration value="NOT_AUTHORIZED"/>
<enumeration value="RESULT_ERROR_EXISTS"/>
<enumeration value="INVALID_PARAMETER"/>
<enumeration value="TARGET_SERVICE_INSTANCE_NOT_RUNNING"/>
<enumeration value="TARGET_SERVICE_INSTANCE_NOT_VALID"/>
<enumeration value="TARGET_SERVICE_INSTANCE_ENCRYPTION_NOT_AVAILABLE"/>
<enumeration value="USER_NOT_FOUND"/>
<enumeration value="ENABLE_BLACKBERRY_USER_ATTRIBUTES_NOT_VALID"/>
<enumeration value="COULD_NOT_MOVE_USER"/>
</restriction>
</simpleType>
| Enum Constant Summary | |
|---|---|
COULD_NOT_MOVE_USER
Cannot move user. |
|
ENABLE_BLACKBERRY_USER_ATTRIBUTES_NOT_VALID
Invalid EnableBlackBerryUserAttribtues. |
|
INVALID_PARAMETER
An invalid parameter was passed into the API call. |
|
NOT_AUTHORIZED
User does not have permission to perform the operation. |
|
RESULT_ERROR_EXISTS
At least one user failed to be moved. |
|
SUCCESS
API call completed successfully. |
|
TARGET_SERVICE_INSTANCE_ENCRYPTION_NOT_AVAILABLE
Encryption for target service instance is not available. |
|
TARGET_SERVICE_INSTANCE_NOT_RUNNING
The target service instance is not running. |
|
TARGET_SERVICE_INSTANCE_NOT_VALID
The target service instance is invalid. |
|
UNKNOWN
An unknown error has occurred. |
|
USER_NOT_FOUND
Cannot find user with specified ID. |
|
| Method Summary | |
|---|---|
static MoveUserReturnStatusEnumType |
fromValue(java.lang.String v)
|
java.lang.String |
value()
|
static MoveUserReturnStatusEnumType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MoveUserReturnStatusEnumType[] |
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 MoveUserReturnStatusEnumType SUCCESS
public static final MoveUserReturnStatusEnumType UNKNOWN
public static final MoveUserReturnStatusEnumType NOT_AUTHORIZED
public static final MoveUserReturnStatusEnumType RESULT_ERROR_EXISTS
public static final MoveUserReturnStatusEnumType INVALID_PARAMETER
public static final MoveUserReturnStatusEnumType TARGET_SERVICE_INSTANCE_NOT_RUNNING
public static final MoveUserReturnStatusEnumType TARGET_SERVICE_INSTANCE_NOT_VALID
public static final MoveUserReturnStatusEnumType TARGET_SERVICE_INSTANCE_ENCRYPTION_NOT_AVAILABLE
public static final MoveUserReturnStatusEnumType USER_NOT_FOUND
public static final MoveUserReturnStatusEnumType ENABLE_BLACKBERRY_USER_ATTRIBUTES_NOT_VALID
public static final MoveUserReturnStatusEnumType COULD_NOT_MOVE_USER
| Method Detail |
|---|
public static MoveUserReturnStatusEnumType[] values()
for (MoveUserReturnStatusEnumType c : MoveUserReturnStatusEnumType.values()) System.out.println(c);
public static MoveUserReturnStatusEnumType 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 MoveUserReturnStatusEnumType fromValue(java.lang.String v)
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.baa.dto.MoveUserReturnStatusEnumType NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||