public class AddImportJobsRequest extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ImportJobs" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfImportJob" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfImportJob |
importJobs |
| Constructor and Description |
|---|
AddImportJobsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfImportJob |
getImportJobs()
Gets the value of the importJobs property.
|
void |
setImportJobs(ArrayOfImportJob value)
Sets the value of the importJobs property.
|
protected ArrayOfImportJob importJobs
public ArrayOfImportJob getImportJobs()
ArrayOfImportJobpublic void setImportJobs(ArrayOfImportJob value)
value - allowed object is
ArrayOfImportJobCopyright © 2024. All rights reserved.