| Package | Description |
|---|---|
| com.google.api.ads.dfp.axis.v201505 |
| Modifier and Type | Field and Description |
|---|---|
static CostAdjustment |
CostAdjustment.ADDED_VALUE |
static CostAdjustment |
CostAdjustment.BARTER |
static CostAdjustment |
CostAdjustment.MAKE_GOOD |
static CostAdjustment |
CostAdjustment.NONE |
static CostAdjustment |
CostAdjustment.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static CostAdjustment |
CostAdjustment.fromString(String value) |
static CostAdjustment |
CostAdjustment.fromValue(String value) |
CostAdjustment |
ProposalLineItem.getCostAdjustment()
Gets the costAdjustment value for this ProposalLineItem.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalLineItem.setCostAdjustment(CostAdjustment costAdjustment)
Sets the costAdjustment value for this ProposalLineItem.
|
| Constructor and Description |
|---|
ProposalLineItem(Long id,
Long proposalId,
Long rateCardId,
Long productId,
String name,
DateTime startDateTime,
DateTime endDateTime,
String timeZoneId,
String notes,
CostAdjustment costAdjustment,
Boolean isArchived,
Goal goal,
Integer contractedQuantityBuffer,
Long scheduledQuantity,
DeliveryRateType deliveryRateType,
RoadblockingType roadblockingType,
CompanionDeliveryOption companionDeliveryOption,
CreativeRotationType creativeRotationType,
FrequencyCap[] frequencyCaps,
Long dfpLineItemId,
LineItemType lineItemType,
Integer lineItemPriority,
RateType rateType,
CreativePlaceholder[] creativePlaceholders,
Targeting targeting,
CustomCriteriaSet derivedProductCustomCriteria,
BaseCustomFieldValue[] customFieldValues,
AppliedLabel[] appliedLabels,
AppliedLabel[] effectiveAppliedLabels,
Boolean disableSameAdvertiserCompetitiveExclusion,
ProposalLineItemConstraints productConstraints,
ProposalLineItemPremium[] premiums,
Boolean isSold,
Money baseRate,
Money costPerUnit,
Money cost,
DeliveryIndicator deliveryIndicator,
DeliveryData deliveryData,
ComputedStatus computedStatus,
BillingCap billingCap,
BillingSchedule billingSchedule,
BillingSource billingSource,
BillingBase billingBase,
DateTime lastModifiedDateTime,
ReservationStatus reservationStatus,
Boolean useThirdPartyAdServerFromProposal,
Integer thirdPartyAdServerId,
String customThirdPartyAdServerName) |
Copyright © 2015. All Rights Reserved.