public enum O365OneDriveDocumentVersion extends Enum<O365OneDriveDocumentVersion>
Modifier and Type | Method and Description |
---|---|
static O365OneDriveDocumentVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static O365OneDriveDocumentVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final O365OneDriveDocumentVersion all
public static final O365OneDriveDocumentVersion last
public static O365OneDriveDocumentVersion[] values()
for (O365OneDriveDocumentVersion c : O365OneDriveDocumentVersion.values()) System.out.println(c);
public static O365OneDriveDocumentVersion 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 © 2020 iland Internet Solutions, Corp. All rights reserved.