public class ResumeLineItems extends LineItemAction
LineItem objects.
Java class for ResumeLineItems complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResumeLineItems">
<complexContent>
<extension base="{https://www.google.com/apis/ads/publisher/v201708}LineItemAction">
<sequence>
<element name="skipInventoryCheck" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
skipInventoryCheck |
| Constructor and Description |
|---|
ResumeLineItems() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isSkipInventoryCheck()
Gets the value of the skipInventoryCheck property.
|
void |
setSkipInventoryCheck(Boolean value)
Sets the value of the skipInventoryCheck property.
|
Copyright © 2018. All Rights Reserved.