public enum OnenoteSourceService extends java.lang.Enum<OnenoteSourceService>
Enum Constant and Description |
---|
ON_PREM_ONE_DRIVE_FOR_BUSINESS
On Prem One Drive For Business
|
ONE_DRIVE
One Drive
|
ONE_DRIVE_FOR_BUSINESS
One Drive For Business
|
UNEXPECTED_VALUE
For OnenoteSourceService values that were not expected from the service
|
UNKNOWN
Unknown
|
Modifier and Type | Method and Description |
---|---|
static OnenoteSourceService |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OnenoteSourceService[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OnenoteSourceService UNKNOWN
public static final OnenoteSourceService ONE_DRIVE
public static final OnenoteSourceService ONE_DRIVE_FOR_BUSINESS
public static final OnenoteSourceService ON_PREM_ONE_DRIVE_FOR_BUSINESS
public static final OnenoteSourceService UNEXPECTED_VALUE
public static OnenoteSourceService[] values()
for (OnenoteSourceService c : OnenoteSourceService.values()) System.out.println(c);
public static OnenoteSourceService 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 null