public enum BatchJobOpsField extends Enum<BatchJobOpsField> implements EntityField
Enum
to facilitate the selection of fields for BatchJobOps
.Enum Constant and Description |
---|
CombinedApprovalStatus
Approval status that combines review state and status.
|
Description
The descriptive text of the ad.
|
Description1
The first description line.
|
Description2
The second description line.
|
DurationMillis
The duration of the associated audio, in milliseconds.
|
Name
Name of the ad.
|
OperatingSystemName |
ReadyToPlayOnTheWeb
Indicates whether the audio is ready to play on the web.
|
StreamingUrl
The streaming URL of the audio.
|
Type
Type of the creative.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isFilterable()
If the field is filterable.
|
static BatchJobOpsField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BatchJobOpsField[] |
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 BatchJobOpsField CombinedApprovalStatus
public static final BatchJobOpsField Description
public static final BatchJobOpsField Description1
public static final BatchJobOpsField Description2
public static final BatchJobOpsField DurationMillis
public static final BatchJobOpsField Name
public static final BatchJobOpsField OperatingSystemName
public static final BatchJobOpsField ReadyToPlayOnTheWeb
public static final BatchJobOpsField StreamingUrl
public static final BatchJobOpsField Type
public static BatchJobOpsField[] values()
for (BatchJobOpsField c : BatchJobOpsField.values()) System.out.println(c);
public static BatchJobOpsField 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.