public static enum ContentDeliveryReport.EnumPosition extends Enum<ContentDeliveryReport.EnumPosition>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ContentDeliveryReport.EnumPosition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentDeliveryReport.EnumPosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContentDeliveryReport.EnumPosition VALUE_ALL_PLACEMENTS
public static final ContentDeliveryReport.EnumPosition VALUE_AN_CLASSIC
public static final ContentDeliveryReport.EnumPosition VALUE_FACEBOOK_GROUPS_FEED
public static final ContentDeliveryReport.EnumPosition VALUE_FACEBOOK_STORIES
public static final ContentDeliveryReport.EnumPosition VALUE_FEED
public static final ContentDeliveryReport.EnumPosition VALUE_GROUPS
public static final ContentDeliveryReport.EnumPosition VALUE_HIDDEN_AAA
public static final ContentDeliveryReport.EnumPosition VALUE_INSTAGRAM_EXPLORE
public static final ContentDeliveryReport.EnumPosition VALUE_INSTAGRAM_IGTV
public static final ContentDeliveryReport.EnumPosition VALUE_INSTAGRAM_STORIES
public static final ContentDeliveryReport.EnumPosition VALUE_INSTANT_ARTICLE
public static final ContentDeliveryReport.EnumPosition VALUE_INSTREAM_VIDEO
public static final ContentDeliveryReport.EnumPosition VALUE_JOBS_BROWSER
public static final ContentDeliveryReport.EnumPosition VALUE_MARKETPLACE
public static final ContentDeliveryReport.EnumPosition VALUE_MESSENGER_INBOX
public static final ContentDeliveryReport.EnumPosition VALUE_MESSENGER_STORIES
public static final ContentDeliveryReport.EnumPosition VALUE_OTHERS
public static final ContentDeliveryReport.EnumPosition VALUE_REWARDED_VIDEO
public static final ContentDeliveryReport.EnumPosition VALUE_RIGHT_HAND_COLUMN
public static final ContentDeliveryReport.EnumPosition VALUE_SEARCH
public static final ContentDeliveryReport.EnumPosition VALUE_STATUS
public static final ContentDeliveryReport.EnumPosition VALUE_SUGGESTED_VIDEO
public static final ContentDeliveryReport.EnumPosition VALUE_UNKNOWN
public static final ContentDeliveryReport.EnumPosition VALUE_VIDEO_FEEDS
public static ContentDeliveryReport.EnumPosition[] values()
for (ContentDeliveryReport.EnumPosition c : ContentDeliveryReport.EnumPosition.values()) System.out.println(c);
public static ContentDeliveryReport.EnumPosition 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 toString()
toString in class Enum<ContentDeliveryReport.EnumPosition>Copyright © 2020. All rights reserved.