public enum ThirdPartyAudienceSegmentLicenseType extends Enum<ThirdPartyAudienceSegmentLicenseType>
Java class for ThirdPartyAudienceSegment.LicenseType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ThirdPartyAudienceSegment.LicenseType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="DIRECT_LICENSE"/>
<enumeration value="GLOBAL_LICENSE"/>
<enumeration value="UNKNOWN"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
DIRECT_LICENSE
A direct license is the result of a direct contract between the data provider and the
publisher.
|
GLOBAL_LICENSE
A global license is the result of an agreement between Google and the data provider, which
agrees to license their audience segments to all the publishers and/or advertisers of the
Doubleclick ecosystem.
|
UNKNOWN
The value returned if the actual value is not exposed by the requested API version.
|
| Modifier and Type | Method and Description |
|---|---|
static ThirdPartyAudienceSegmentLicenseType |
fromValue(String v) |
String |
value() |
static ThirdPartyAudienceSegmentLicenseType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThirdPartyAudienceSegmentLicenseType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThirdPartyAudienceSegmentLicenseType DIRECT_LICENSE
public static final ThirdPartyAudienceSegmentLicenseType GLOBAL_LICENSE
public static final ThirdPartyAudienceSegmentLicenseType UNKNOWN
public static ThirdPartyAudienceSegmentLicenseType[] values()
for (ThirdPartyAudienceSegmentLicenseType c : ThirdPartyAudienceSegmentLicenseType.values()) System.out.println(c);
public static ThirdPartyAudienceSegmentLicenseType 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 value()
public static ThirdPartyAudienceSegmentLicenseType fromValue(String v)
Copyright © 2018. All Rights Reserved.