public enum CMABulkStatus extends Enum<CMABulkStatus>
| Enum Constant and Description |
|---|
CREATED |
FAILED |
IN_PROGRESS |
SUCCEEDED |
| Modifier and Type | Method and Description |
|---|---|
static CMABulkStatus |
from(String status) |
String |
getStatus() |
static CMABulkStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CMABulkStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CMABulkStatus CREATED
public static final CMABulkStatus IN_PROGRESS
public static final CMABulkStatus SUCCEEDED
public static final CMABulkStatus FAILED
public static CMABulkStatus[] values()
for (CMABulkStatus c : CMABulkStatus.values()) System.out.println(c);
public static CMABulkStatus 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 getStatus()
public static CMABulkStatus from(String status)
Copyright © 2026 Contentful, GmbH.. All rights reserved.