public static enum FolderSyncResponse.Status extends java.lang.Enum<FolderSyncResponse.Status>
Enum Constant and Description |
---|
CodeUnknown |
InvalidRequest |
InvalidSyncKey |
ServerError |
Success |
UnknownError |
Modifier and Type | Method and Description |
---|---|
static FolderSyncResponse.Status |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FolderSyncResponse.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
java.lang.String |
xmlValue() |
public static final FolderSyncResponse.Status Success
public static final FolderSyncResponse.Status ServerError
public static final FolderSyncResponse.Status InvalidSyncKey
public static final FolderSyncResponse.Status InvalidRequest
public static final FolderSyncResponse.Status UnknownError
public static final FolderSyncResponse.Status CodeUnknown
public static FolderSyncResponse.Status[] values()
for (FolderSyncResponse.Status c : FolderSyncResponse.Status.values()) System.out.println(c);
public static FolderSyncResponse.Status 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 xmlValue()
Copyright © 2021. All Rights Reserved.