public static enum BatchItemResponse.Step extends Enum<BatchItemResponse.Step>
| Enum Constant and Description |
|---|
ENRICHING |
NONE |
PARTITIONING |
PUBLISHING |
VALIDATING |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static BatchItemResponse.Step |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BatchItemResponse.Step[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BatchItemResponse.Step NONE
public static final BatchItemResponse.Step VALIDATING
public static final BatchItemResponse.Step PARTITIONING
public static final BatchItemResponse.Step ENRICHING
public static final BatchItemResponse.Step PUBLISHING
public static BatchItemResponse.Step[] values()
for (BatchItemResponse.Step c : BatchItemResponse.Step.values()) System.out.println(c);
public static BatchItemResponse.Step 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 toString()
toString in class Enum<BatchItemResponse.Step>Copyright © 2016–2017 Zalando SE. All rights reserved.