public enum ThirdPartyAudienceSegmentAudienceSegmentApprovalStatus extends Enum<ThirdPartyAudienceSegmentAudienceSegmentApprovalStatus>
Java class for ThirdPartyAudienceSegment.AudienceSegmentApprovalStatus.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ThirdPartyAudienceSegment.AudienceSegmentApprovalStatus">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="UNAPPROVED"/>
<enumeration value="APPROVED"/>
<enumeration value="REJECTED"/>
<enumeration value="UNKNOWN"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
APPROVED
Specifies that this segment is approved and can be targeted.
|
REJECTED
Specifies that this segment is rejected and cannot be targeted.
|
UNAPPROVED
Specifies that this segment is waiting to be approved or rejected.
|
UNKNOWN
The value returned if the actual value is not exposed by the requested API version.
|
| Modifier and Type | Method and Description |
|---|---|
static ThirdPartyAudienceSegmentAudienceSegmentApprovalStatus |
fromValue(String v) |
String |
value() |
static ThirdPartyAudienceSegmentAudienceSegmentApprovalStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThirdPartyAudienceSegmentAudienceSegmentApprovalStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThirdPartyAudienceSegmentAudienceSegmentApprovalStatus UNAPPROVED
public static final ThirdPartyAudienceSegmentAudienceSegmentApprovalStatus APPROVED
public static final ThirdPartyAudienceSegmentAudienceSegmentApprovalStatus REJECTED
public static final ThirdPartyAudienceSegmentAudienceSegmentApprovalStatus UNKNOWN
public static ThirdPartyAudienceSegmentAudienceSegmentApprovalStatus[] values()
for (ThirdPartyAudienceSegmentAudienceSegmentApprovalStatus c : ThirdPartyAudienceSegmentAudienceSegmentApprovalStatus.values()) System.out.println(c);
public static ThirdPartyAudienceSegmentAudienceSegmentApprovalStatus 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 ThirdPartyAudienceSegmentAudienceSegmentApprovalStatus fromValue(String v)
Copyright © 2018. All Rights Reserved.