public static enum SnowflakeResultChunk.DownloadState extends Enum<SnowflakeResultChunk.DownloadState>
| Enum Constant and Description |
|---|
FAILURE |
IN_PROGRESS |
NOT_STARTED |
SUCCESS |
| Modifier and Type | Method and Description |
|---|---|
static SnowflakeResultChunk.DownloadState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnowflakeResultChunk.DownloadState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SnowflakeResultChunk.DownloadState NOT_STARTED
public static final SnowflakeResultChunk.DownloadState IN_PROGRESS
public static final SnowflakeResultChunk.DownloadState SUCCESS
public static final SnowflakeResultChunk.DownloadState FAILURE
public static SnowflakeResultChunk.DownloadState[] values()
for (SnowflakeResultChunk.DownloadState c : SnowflakeResultChunk.DownloadState.values()) System.out.println(c);
public static SnowflakeResultChunk.DownloadState 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 nullCopyright © 2022. All rights reserved.