public enum ItemOperationsStatus extends java.lang.Enum<ItemOperationsStatus>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
asXmlValue() |
static ItemOperationsStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ItemOperationsStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ItemOperationsStatus SUCCESS
public static final ItemOperationsStatus PROTOCOL_VIOLATION
public static final ItemOperationsStatus SERVER_ERROR
public static final ItemOperationsStatus DOCUMENT_LIBRARY_BAD_URI
public static final ItemOperationsStatus DOCUMENT_LIBRARY_ACCESS_DENIED
public static final ItemOperationsStatus DOCUMENT_LIBRARY_NOT_FOUND
public static final ItemOperationsStatus DOCUMENT_LIBRARY_CONNECTION_FAILED
public static final ItemOperationsStatus DOCUMENT_LIBRARY_INVALID_BYTE_RANGE
public static final ItemOperationsStatus DOCUMENT_LIBRARY_STORE_UNKNOWN
public static final ItemOperationsStatus DOCUMENT_LIBRARY_EMPTY_FILE
public static final ItemOperationsStatus DOCUMENT_LIBRARY_DATA_TOO_LARGE
public static final ItemOperationsStatus DOCUMENT_LIBRARY_DOWNLOAD_FAILED
public static final ItemOperationsStatus MAILBOX_INVALID_BODY_PREFERENCE
public static final ItemOperationsStatus MAILBOX_ITEM_FAILED_CONVERSATION
public static final ItemOperationsStatus MAILBOX_INVALID_ATTACHMENT_ID
public static final ItemOperationsStatus BLOCKED_ACCESS
public static ItemOperationsStatus[] values()
for (ItemOperationsStatus c : ItemOperationsStatus.values()) System.out.println(c);
public static ItemOperationsStatus 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 namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String asXmlValue()
Copyright © 2021. All Rights Reserved.