public enum SyncStatus extends java.lang.Enum<SyncStatus>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
asXmlValue() |
static SyncStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SyncStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SyncStatus OK
public static final SyncStatus PROTOCOL_VERSION_MISMATCH
public static final SyncStatus INVALID_SYNC_KEY
public static final SyncStatus PROTOCOL_ERROR
public static final SyncStatus SERVER_ERROR
public static final SyncStatus CONVERSATION_ERROR
public static final SyncStatus CONFLICT
public static final SyncStatus OBJECT_NOT_FOUND
public static final SyncStatus OUT_OF_DISK_SPACE
public static final SyncStatus NOTIFICATION_GUID_ERROR
public static final SyncStatus NOT_YET_PROVISIONNED
public static final SyncStatus HIERARCHY_CHANGED
public static final SyncStatus PARTIAL_REQUEST
public static final SyncStatus WAIT_INTERVAL_OUT_OF_RANGE
public static final SyncStatus TOO_MUCH_FOLDER_TO_MONITOR
public static final SyncStatus NEED_RETRY
public static SyncStatus[] values()
for (SyncStatus c : SyncStatus.values()) System.out.println(c);
public static SyncStatus 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.