public static enum LoaderTaskBuilder.Action extends Enum<LoaderTaskBuilder.Action>
Modifier and Type | Method and Description |
---|---|
String |
getApiName() |
static LoaderTaskBuilder.Action |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoaderTaskBuilder.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LoaderTaskBuilder.Action CREATE
public static final LoaderTaskBuilder.Action UPDATE
public static final LoaderTaskBuilder.Action UPSERT
public static final LoaderTaskBuilder.Action DELETE
public static LoaderTaskBuilder.Action[] values()
for (LoaderTaskBuilder.Action c : LoaderTaskBuilder.Action.values()) System.out.println(c);
public static LoaderTaskBuilder.Action 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 getApiName()
Copyright © 2021. All rights reserved.