public interface CustomFieldServiceInterface
CustomField objects.
This class was generated by the JAX-WS RI.
JAX-WS RI 2.2.9-b130926.1035
Generated source version: 2.1| Modifier and Type | Method and Description |
|---|---|
List<CustomFieldOption> |
createCustomFieldOptions(List<CustomFieldOption> customFieldOptions)
Creates new
CustomFieldOption objects. |
List<CustomField> |
createCustomFields(List<CustomField> customFields)
Creates new
CustomField objects. |
CustomFieldOption |
getCustomFieldOption(Long customFieldOptionId)
Returns the
CustomFieldOption uniquely identified by the given ID. |
CustomFieldPage |
getCustomFieldsByStatement(Statement filterStatement)
|
UpdateResult |
performCustomFieldAction(CustomFieldAction customFieldAction,
Statement filterStatement)
Performs actions on
CustomField objects that match the given
Statement.query. |
List<CustomFieldOption> |
updateCustomFieldOptions(List<CustomFieldOption> customFieldOptions)
Updates the specified
CustomFieldOption objects. |
List<CustomField> |
updateCustomFields(List<CustomField> customFields)
Updates the specified
CustomField objects. |
@RequestWrapper(localName="createCustomFieldOptions", targetNamespace="https://www.google.com/apis/ads/publisher/v201711", className="com.google.api.ads.dfp.jaxws.v201711.CustomFieldServiceInterfacecreateCustomFieldOptions") @ResponseWrapper(localName="createCustomFieldOptionsResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201711", className="com.google.api.ads.dfp.jaxws.v201711.CustomFieldServiceInterfacecreateCustomFieldOptionsResponse") List<CustomFieldOption> createCustomFieldOptions(List<CustomFieldOption> customFieldOptions) throws ApiException_Exception
CustomFieldOption objects.
The following fields are required:
customFieldOptions - the custom fields to createcustomFieldOptions - ApiException_Exception@RequestWrapper(localName="createCustomFields", targetNamespace="https://www.google.com/apis/ads/publisher/v201711", className="com.google.api.ads.dfp.jaxws.v201711.CustomFieldServiceInterfacecreateCustomFields") @ResponseWrapper(localName="createCustomFieldsResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201711", className="com.google.api.ads.dfp.jaxws.v201711.CustomFieldServiceInterfacecreateCustomFieldsResponse") List<CustomField> createCustomFields(List<CustomField> customFields) throws ApiException_Exception
CustomField objects.
The following fields are required:
customFields - the custom fields to createcustomFields - ApiException_Exception@RequestWrapper(localName="getCustomFieldOption", targetNamespace="https://www.google.com/apis/ads/publisher/v201711", className="com.google.api.ads.dfp.jaxws.v201711.CustomFieldServiceInterfacegetCustomFieldOption") @ResponseWrapper(localName="getCustomFieldOptionResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201711", className="com.google.api.ads.dfp.jaxws.v201711.CustomFieldServiceInterfacegetCustomFieldOptionResponse") CustomFieldOption getCustomFieldOption(Long customFieldOptionId) throws ApiException_Exception
CustomFieldOption uniquely identified by the given ID.customFieldOptionId - the ID of the custom field option, which must already existcustomFieldOptionId - CustomFieldOption uniquely identified by the given IDApiException_Exception@RequestWrapper(localName="getCustomFieldsByStatement", targetNamespace="https://www.google.com/apis/ads/publisher/v201711", className="com.google.api.ads.dfp.jaxws.v201711.CustomFieldServiceInterfacegetCustomFieldsByStatement") @ResponseWrapper(localName="getCustomFieldsByStatementResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201711", className="com.google.api.ads.dfp.jaxws.v201711.CustomFieldServiceInterfacegetCustomFieldsByStatementResponse") CustomFieldPage getCustomFieldsByStatement(Statement filterStatement) throws ApiException_Exception
CustomFieldPage of CustomField objects that satisfy the
given Statement.query.
The following fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
id |
CustomField.id |
entityType |
CustomField.entityType |
name |
CustomField.name |
isActive |
CustomField.isActive |
visibility |
CustomField.visibility |
filterStatement - a Publisher Query Language statement used to filter
a set of custom fields.filterStatement - ApiException_Exception@RequestWrapper(localName="performCustomFieldAction", targetNamespace="https://www.google.com/apis/ads/publisher/v201711", className="com.google.api.ads.dfp.jaxws.v201711.CustomFieldServiceInterfaceperformCustomFieldAction") @ResponseWrapper(localName="performCustomFieldActionResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201711", className="com.google.api.ads.dfp.jaxws.v201711.CustomFieldServiceInterfaceperformCustomFieldActionResponse") UpdateResult performCustomFieldAction(CustomFieldAction customFieldAction, Statement filterStatement) throws ApiException_Exception
CustomField objects that match the given
Statement.query.customFieldAction - the action to performfilterStatement - a Publisher Query Language statement used to filter
a set of custom fieldscustomFieldAction - filterStatement - ApiException_Exception@RequestWrapper(localName="updateCustomFieldOptions", targetNamespace="https://www.google.com/apis/ads/publisher/v201711", className="com.google.api.ads.dfp.jaxws.v201711.CustomFieldServiceInterfaceupdateCustomFieldOptions") @ResponseWrapper(localName="updateCustomFieldOptionsResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201711", className="com.google.api.ads.dfp.jaxws.v201711.CustomFieldServiceInterfaceupdateCustomFieldOptionsResponse") List<CustomFieldOption> updateCustomFieldOptions(List<CustomFieldOption> customFieldOptions) throws ApiException_Exception
CustomFieldOption objects.customFieldOptions - the custom field options to updatecustomFieldOptions - ApiException_Exception@RequestWrapper(localName="updateCustomFields", targetNamespace="https://www.google.com/apis/ads/publisher/v201711", className="com.google.api.ads.dfp.jaxws.v201711.CustomFieldServiceInterfaceupdateCustomFields") @ResponseWrapper(localName="updateCustomFieldsResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201711", className="com.google.api.ads.dfp.jaxws.v201711.CustomFieldServiceInterfaceupdateCustomFieldsResponse") List<CustomField> updateCustomFields(List<CustomField> customFields) throws ApiException_Exception
CustomField objects.customFields - the custom fields to updatecustomFields - ApiException_ExceptionCopyright © 2018. All Rights Reserved.