| Package | Description |
|---|---|
| com.google.api.ads.admanager.axis.v202105 |
| Modifier and Type | Field and Description |
|---|---|
static LicenseType |
LicenseType.DIRECT_LICENSE |
static LicenseType |
LicenseType.GLOBAL_LICENSE |
static LicenseType |
LicenseType.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static LicenseType |
LicenseType.fromString(String value) |
static LicenseType |
LicenseType.fromValue(String value) |
LicenseType |
ThirdPartyAudienceSegment.getLicenseType()
Gets the licenseType value for this ThirdPartyAudienceSegment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ThirdPartyAudienceSegment.setLicenseType(LicenseType licenseType)
Sets the licenseType value for this ThirdPartyAudienceSegment.
|
| Constructor and Description |
|---|
ThirdPartyAudienceSegment(Long id,
String name,
long[] categoryIds,
String description,
AudienceSegmentStatus status,
Long size,
Long mobileWebSize,
Long idfaSize,
Long adIdSize,
Long ppidSize,
AudienceSegmentDataProvider dataProvider,
AudienceSegmentType type,
AudienceSegmentApprovalStatus approvalStatus,
Money cost,
LicenseType licenseType,
DateTime startDateTime,
DateTime endDateTime) |
Copyright © 2022. All rights reserved.