public class GetImportJobsByIdsRequest 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="ImportJobIds" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOflong" minOccurs="0"/>
<element name="ImportType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ReturnAdditionalFields" type="{https://bingads.microsoft.com/CampaignManagement/v13}ImportAdditionalField" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOflong |
importJobIds |
protected String |
importType |
protected Collection<ImportAdditionalField> |
returnAdditionalFields |
| Constructor and Description |
|---|
GetImportJobsByIdsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOflong |
getImportJobIds()
Gets the value of the importJobIds property.
|
String |
getImportType()
Gets the value of the importType property.
|
Collection<ImportAdditionalField> |
getReturnAdditionalFields()
Gets the value of the returnAdditionalFields property.
|
void |
setImportJobIds(ArrayOflong value)
Sets the value of the importJobIds property.
|
void |
setImportType(String value)
Sets the value of the importType property.
|
void |
setReturnAdditionalFields(Collection<ImportAdditionalField> value)
Sets the value of the returnAdditionalFields property.
|
protected ArrayOflong importJobIds
protected String importType
protected Collection<ImportAdditionalField> returnAdditionalFields
public ArrayOflong getImportJobIds()
ArrayOflongpublic void setImportJobIds(ArrayOflong value)
value - allowed object is
ArrayOflongpublic String getImportType()
Stringpublic void setImportType(String value)
value - allowed object is
Stringpublic Collection<ImportAdditionalField> getReturnAdditionalFields()
Stringpublic void setReturnAdditionalFields(Collection<ImportAdditionalField> value)
value - allowed object is
StringCopyright © 2024. All rights reserved.