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