protected static enum DavExchangeSession.FolderQueryTraversal extends Enum<DavExchangeSession.FolderQueryTraversal>
Modifier and Type | Method and Description |
---|---|
static DavExchangeSession.FolderQueryTraversal |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DavExchangeSession.FolderQueryTraversal[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DavExchangeSession.FolderQueryTraversal Shallow
public static final DavExchangeSession.FolderQueryTraversal Deep
public static DavExchangeSession.FolderQueryTraversal[] values()
for (DavExchangeSession.FolderQueryTraversal c : DavExchangeSession.FolderQueryTraversal.values()) System.out.println(c);
public static DavExchangeSession.FolderQueryTraversal valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2001–2024 MickaĆ«l Guessant. All rights reserved.