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

java.lang.Objectjava.lang.Enum<SetPersonalRedirectionFolderInformationReturnStatusEnumType>
com.rim.bes.bas.baa.emailcommon.dto.SetPersonalRedirectionFolderInformationReturnStatusEnumType
public enum SetPersonalRedirectionFolderInformationReturnStatusEnumType
Java class for SetPersonalRedirectionFolderInformationReturnStatusEnumType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="SetPersonalRedirectionFolderInformationReturnStatusEnumType">
<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="EMAIL_SETTINGS_COULD_NOT_BE_UPDATED"/>
<enumeration value="USER_NOT_FOUND"/>
<enumeration value="EMAIL_SETTINGS_NOT_FOUND"/>
<enumeration value="USER_IS_NOT_BLACKBERRY_ENABLED"/>
</restriction>
</simpleType>
| Enum Constant Summary | |
|---|---|
EMAIL_SETTINGS_COULD_NOT_BE_UPDATED
The personal redirection folder information cannot be set for the specified user. |
|
EMAIL_SETTINGS_NOT_FOUND
The Email settings for the specified user were not found. |
|
INVALID_PARAMETER
An invalid parameter was specified when calling the API. |
|
NOT_AUTHORIZED
|
|
SUCCESS
|
|
UNKNOWN
|
|
USER_IS_NOT_BLACKBERRY_ENABLED
The user is not BlackBerry enabled. |
|
USER_NOT_FOUND
Could not find a user with the specified user ID. |
|
| Method Summary | |
|---|---|
static SetPersonalRedirectionFolderInformationReturnStatusEnumType |
fromValue(java.lang.String v)
|
java.lang.String |
value()
|
static SetPersonalRedirectionFolderInformationReturnStatusEnumType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SetPersonalRedirectionFolderInformationReturnStatusEnumType[] |
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 SetPersonalRedirectionFolderInformationReturnStatusEnumType SUCCESS
public static final SetPersonalRedirectionFolderInformationReturnStatusEnumType UNKNOWN
public static final SetPersonalRedirectionFolderInformationReturnStatusEnumType NOT_AUTHORIZED
public static final SetPersonalRedirectionFolderInformationReturnStatusEnumType INVALID_PARAMETER
public static final SetPersonalRedirectionFolderInformationReturnStatusEnumType EMAIL_SETTINGS_COULD_NOT_BE_UPDATED
public static final SetPersonalRedirectionFolderInformationReturnStatusEnumType USER_NOT_FOUND
public static final SetPersonalRedirectionFolderInformationReturnStatusEnumType EMAIL_SETTINGS_NOT_FOUND
public static final SetPersonalRedirectionFolderInformationReturnStatusEnumType USER_IS_NOT_BLACKBERRY_ENABLED
| Method Detail |
|---|
public static SetPersonalRedirectionFolderInformationReturnStatusEnumType[] values()
for (SetPersonalRedirectionFolderInformationReturnStatusEnumType c : SetPersonalRedirectionFolderInformationReturnStatusEnumType.values()) System.out.println(c);
public static SetPersonalRedirectionFolderInformationReturnStatusEnumType 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 SetPersonalRedirectionFolderInformationReturnStatusEnumType fromValue(java.lang.String v)
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.baa.emailcommon.dto.SetPersonalRedirectionFolderInformationReturnStatusEnumType NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||