public enum BatchJobField extends Enum<BatchJobField> implements EntityField
Enum
to facilitate the selection of fields for BatchJob
.Enum Constant and Description |
---|
DownloadUrl
The URL to use to download results for this job.
|
Id
ID of this job.
|
ProcessingErrors
A list of any errors that occurred during processing, not related to specific input operations, e.g.
|
ProgressStats
Statistics related to the progress of this job.
|
Status
Status of this job.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isFilterable()
If the field is filterable.
|
static BatchJobField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BatchJobField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
name
public static final BatchJobField DownloadUrl
#status
is either DONE
or CANCELED
.public static final BatchJobField Id
public static final BatchJobField ProcessingErrors
public static final BatchJobField ProgressStats
public static final BatchJobField Status
public static BatchJobField[] values()
for (BatchJobField c : BatchJobField.values()) System.out.println(c);
public static BatchJobField 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 boolean isFilterable()
EntityField
isFilterable
in interface EntityField
Copyright © 2018. All Rights Reserved.