public static enum ODataBatchUtilities.BatchItemType extends Enum<ODataBatchUtilities.BatchItemType>
| Modifier and Type | Method and Description |
|---|---|
static ODataBatchUtilities.BatchItemType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ODataBatchUtilities.BatchItemType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ODataBatchUtilities.BatchItemType NONE
public static final ODataBatchUtilities.BatchItemType CHANGESET
public static final ODataBatchUtilities.BatchItemType RETRIEVE
public static ODataBatchUtilities.BatchItemType[] values()
for (ODataBatchUtilities.BatchItemType c : ODataBatchUtilities.BatchItemType.values()) System.out.println(c);
public static ODataBatchUtilities.BatchItemType 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 © 2013–2017 The Apache Software Foundation. All rights reserved.