public enum ManagedPropertyOperation extends Enum<ManagedPropertyOperation> implements com.github.davidmoten.odata.client.Enum
| Enum Constant and Description |
|---|
ALL |
CREATE |
CREATE_UPDATE |
DELETE |
NONE |
UPDATE |
UPDATE_DELETE |
| Modifier and Type | Method and Description |
|---|---|
String |
enumName() |
String |
enumValue() |
static ManagedPropertyOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManagedPropertyOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ManagedPropertyOperation NONE
public static final ManagedPropertyOperation CREATE
public static final ManagedPropertyOperation UPDATE
public static final ManagedPropertyOperation CREATE_UPDATE
public static final ManagedPropertyOperation DELETE
public static final ManagedPropertyOperation UPDATE_DELETE
public static final ManagedPropertyOperation ALL
public static ManagedPropertyOperation[] values()
for (ManagedPropertyOperation c : ManagedPropertyOperation.values()) System.out.println(c);
public static ManagedPropertyOperation 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 nullpublic String enumName()
enumName in interface com.github.davidmoten.odata.client.Enumpublic String enumValue()
enumValue in interface com.github.davidmoten.odata.client.EnumCopyright © 2018–2020. All rights reserved.