public static enum GraphExchangeSession.WellKnownFolderName extends Enum<GraphExchangeSession.WellKnownFolderName>
Enum Constant and Description |
---|
archive |
calendar |
contacts |
deleteditems |
drafts |
inbox |
junkemail |
msgfolderroot |
outbox |
searchfolders |
sentitems |
tasks |
Modifier and Type | Method and Description |
---|---|
static GraphExchangeSession.WellKnownFolderName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphExchangeSession.WellKnownFolderName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GraphExchangeSession.WellKnownFolderName archive
public static final GraphExchangeSession.WellKnownFolderName deleteditems
public static final GraphExchangeSession.WellKnownFolderName calendar
public static final GraphExchangeSession.WellKnownFolderName contacts
public static final GraphExchangeSession.WellKnownFolderName tasks
public static final GraphExchangeSession.WellKnownFolderName drafts
public static final GraphExchangeSession.WellKnownFolderName inbox
public static final GraphExchangeSession.WellKnownFolderName outbox
public static final GraphExchangeSession.WellKnownFolderName sentitems
public static final GraphExchangeSession.WellKnownFolderName junkemail
public static final GraphExchangeSession.WellKnownFolderName msgfolderroot
public static final GraphExchangeSession.WellKnownFolderName searchfolders
public static GraphExchangeSession.WellKnownFolderName[] values()
for (GraphExchangeSession.WellKnownFolderName c : GraphExchangeSession.WellKnownFolderName.values()) System.out.println(c);
public static GraphExchangeSession.WellKnownFolderName 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–2025 MickaĆ«l Guessant. All rights reserved.