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

java.lang.Objectjava.lang.Enum<RemoveUserFromGroupReturnStatusEnumType>
com.rim.bes.bas.baa.dto.RemoveUserFromGroupReturnStatusEnumType
public enum RemoveUserFromGroupReturnStatusEnumType
Java class for RemoveUserFromGroupReturnStatusEnumType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="RemoveUserFromGroupReturnStatusEnumType">
<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="GROUP_NOT_FOUND"/>
<enumeration value="USER_NOT_FOUND"/>
<enumeration value="USER_NOT_IN_GROUP"/>
<enumeration value="CANNOT_REMOVE_USER_FROM_EXTERNAL_GROUP"/>
<enumeration value="CANNOT_REMOVE_USER_FROM_DYNAMIC_GROUP"/>
<enumeration value="RESULT_ERROR_EXISTS"/>
<enumeration value="MUST_ALLOW_ADMINISTRATION"/>
</restriction>
</simpleType>
| Enum Constant Summary | |
|---|---|
CANNOT_REMOVE_USER_FROM_DYNAMIC_GROUP
Cannot remove user from group since the group is of type Dynamic. |
|
CANNOT_REMOVE_USER_FROM_EXTERNAL_GROUP
Cannot remove user from group since the group is of type External. |
|
GROUP_NOT_FOUND
Cannot find group with specified ID. |
|
INVALID_PARAMETER
An invalid parameter was passed into the API call. |
|
MUST_ALLOW_ADMINISTRATION
Must have at least one administrator. |
|
NOT_AUTHORIZED
User does not have permission to perform the operation. |
|
RESULT_ERROR_EXISTS
|
|
SUCCESS
API call completed successfully. |
|
UNKNOWN
An unknown error has occurred. |
|
USER_NOT_FOUND
Cannot find user with specified ID. |
|
USER_NOT_IN_GROUP
User is not in the group. |
|
| Method Summary | |
|---|---|
static RemoveUserFromGroupReturnStatusEnumType |
fromValue(java.lang.String v)
|
java.lang.String |
value()
|
static RemoveUserFromGroupReturnStatusEnumType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RemoveUserFromGroupReturnStatusEnumType[] |
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 RemoveUserFromGroupReturnStatusEnumType SUCCESS
public static final RemoveUserFromGroupReturnStatusEnumType UNKNOWN
public static final RemoveUserFromGroupReturnStatusEnumType NOT_AUTHORIZED
public static final RemoveUserFromGroupReturnStatusEnumType INVALID_PARAMETER
public static final RemoveUserFromGroupReturnStatusEnumType GROUP_NOT_FOUND
public static final RemoveUserFromGroupReturnStatusEnumType USER_NOT_FOUND
public static final RemoveUserFromGroupReturnStatusEnumType USER_NOT_IN_GROUP
public static final RemoveUserFromGroupReturnStatusEnumType CANNOT_REMOVE_USER_FROM_EXTERNAL_GROUP
public static final RemoveUserFromGroupReturnStatusEnumType CANNOT_REMOVE_USER_FROM_DYNAMIC_GROUP
public static final RemoveUserFromGroupReturnStatusEnumType RESULT_ERROR_EXISTS
public static final RemoveUserFromGroupReturnStatusEnumType MUST_ALLOW_ADMINISTRATION
| Method Detail |
|---|
public static RemoveUserFromGroupReturnStatusEnumType[] values()
for (RemoveUserFromGroupReturnStatusEnumType c : RemoveUserFromGroupReturnStatusEnumType.values()) System.out.println(c);
public static RemoveUserFromGroupReturnStatusEnumType 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 RemoveUserFromGroupReturnStatusEnumType fromValue(java.lang.String v)
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.baa.dto.RemoveUserFromGroupReturnStatusEnumType NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||