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

java.lang.Objectjava.lang.Enum<CreateUserReturnStatusEnumType>
com.rim.bes.bas.baa.dto.CreateUserReturnStatusEnumType
public enum CreateUserReturnStatusEnumType
Java class for CreateUserReturnStatusEnumType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="CreateUserReturnStatusEnumType">
<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="USER_ALREADY_BLACKBERRY_ENABLED"/>
<enumeration value="COULD_NOT_ENABLE_DELETED_BLACKBERRY_USER"/>
<enumeration value="MAILBOX_ASSIGNED_TO_ANOTHER_USER"/>
<enumeration value="COULD_NOT_ENABLE_BLACKBERRY_USER"/>
<enumeration value="CANNOT_ADD_USER_TO_GROUP"/>
<enumeration value="CANNOT_ATTACH_ITPOLICY_TO_USER"/>
<enumeration value="CANNOT_ATTACH_SOFTWARE_CONFIGURATION_TO_USER"/>
</restriction>
</simpleType>
| Enum Constant Summary | |
|---|---|
CANNOT_ADD_USER_TO_GROUP
Failed to add user to group. |
|
CANNOT_ATTACH_ITPOLICY_TO_USER
Failed to attach IT Policy to user. |
|
CANNOT_ATTACH_SOFTWARE_CONFIGURATION_TO_USER
Failed to attach Software Configuration to user. |
|
COULD_NOT_ENABLE_BLACKBERRY_USER
Failed to create a BlackBerry enabled user. |
|
COULD_NOT_ENABLE_DELETED_BLACKBERRY_USER
Cannot enable BlackBerry service for a user being deleted. |
|
INVALID_PARAMETER
An invalid parameter was passed into the API call. |
|
MAILBOX_ASSIGNED_TO_ANOTHER_USER
Mailbox is already assigned to another user. |
|
NOT_AUTHORIZED
User does not have permission to perform the operation. |
|
RESULT_ERROR_EXISTS
At least one user failed to be created. |
|
SUCCESS
API call completed successfully. |
|
TARGET_SERVICE_INSTANCE_NOT_RUNNING
The target service instance is not running. |
|
UNKNOWN
An unknown error has occurred. |
|
USER_ALREADY_BLACKBERRY_ENABLED
User already has BlackBerry service enabled. |
|
| Method Summary | |
|---|---|
static CreateUserReturnStatusEnumType |
fromValue(java.lang.String v)
|
java.lang.String |
value()
|
static CreateUserReturnStatusEnumType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CreateUserReturnStatusEnumType[] |
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 CreateUserReturnStatusEnumType SUCCESS
public static final CreateUserReturnStatusEnumType UNKNOWN
public static final CreateUserReturnStatusEnumType NOT_AUTHORIZED
public static final CreateUserReturnStatusEnumType RESULT_ERROR_EXISTS
public static final CreateUserReturnStatusEnumType INVALID_PARAMETER
public static final CreateUserReturnStatusEnumType TARGET_SERVICE_INSTANCE_NOT_RUNNING
public static final CreateUserReturnStatusEnumType USER_ALREADY_BLACKBERRY_ENABLED
public static final CreateUserReturnStatusEnumType COULD_NOT_ENABLE_DELETED_BLACKBERRY_USER
public static final CreateUserReturnStatusEnumType MAILBOX_ASSIGNED_TO_ANOTHER_USER
public static final CreateUserReturnStatusEnumType COULD_NOT_ENABLE_BLACKBERRY_USER
public static final CreateUserReturnStatusEnumType CANNOT_ADD_USER_TO_GROUP
public static final CreateUserReturnStatusEnumType CANNOT_ATTACH_ITPOLICY_TO_USER
public static final CreateUserReturnStatusEnumType CANNOT_ATTACH_SOFTWARE_CONFIGURATION_TO_USER
| Method Detail |
|---|
public static CreateUserReturnStatusEnumType[] values()
for (CreateUserReturnStatusEnumType c : CreateUserReturnStatusEnumType.values()) System.out.println(c);
public static CreateUserReturnStatusEnumType 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 CreateUserReturnStatusEnumType fromValue(java.lang.String v)
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.baa.dto.CreateUserReturnStatusEnumType NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||