public enum O365SharePointDocumentLastVersionAction extends Enum<O365SharePointDocumentLastVersionAction>
Modifier and Type | Method and Description |
---|---|
static O365SharePointDocumentLastVersionAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static O365SharePointDocumentLastVersionAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final O365SharePointDocumentLastVersionAction OVERWRITE
public static final O365SharePointDocumentLastVersionAction MERGE
public static O365SharePointDocumentLastVersionAction[] values()
for (O365SharePointDocumentLastVersionAction c : O365SharePointDocumentLastVersionAction.values()) System.out.println(c);
public static O365SharePointDocumentLastVersionAction 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.