public static enum IncompleteCollectionState.IncompleteCollectionStatus extends java.lang.Enum<IncompleteCollectionState.IncompleteCollectionStatus>
| Enum Constant and Description |
|---|
DATA_CONFIG_IN_PROGRESS |
DATA_INGEST_ERROR |
DATA_INGEST_IN_PROGRESS |
DATA_INGEST_NOT_STARTED |
| Modifier and Type | Method and Description |
|---|---|
static IncompleteCollectionState.IncompleteCollectionStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IncompleteCollectionState.IncompleteCollectionStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IncompleteCollectionState.IncompleteCollectionStatus DATA_INGEST_NOT_STARTED
public static final IncompleteCollectionState.IncompleteCollectionStatus DATA_CONFIG_IN_PROGRESS
public static final IncompleteCollectionState.IncompleteCollectionStatus DATA_INGEST_IN_PROGRESS
public static final IncompleteCollectionState.IncompleteCollectionStatus DATA_INGEST_ERROR
public static IncompleteCollectionState.IncompleteCollectionStatus[] values()
for (IncompleteCollectionState.IncompleteCollectionStatus c : IncompleteCollectionState.IncompleteCollectionStatus.values()) System.out.println(c);
public static IncompleteCollectionState.IncompleteCollectionStatus valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullCopyright 2003, 2014, Oracle and/or its affiliates. All rights reserved.