public class CustomFieldService extends Object
Constructor and Description |
---|
CustomFieldService() |
Modifier and Type | Method and Description |
---|---|
List<Long> |
createCustomFieldOptions(com.google.api.ads.dfp.lib.client.DfpSession session,
List<com.google.api.ads.dfp.axis.v201711.CustomFieldOption> customFieldOptionsToCreate) |
List<Long> |
createCustomFields(com.google.api.ads.dfp.lib.client.DfpSession session,
List<com.google.api.ads.dfp.axis.v201711.CustomField> customFieldsToCreate) |
protected com.google.api.ads.dfp.axis.v201711.CustomFieldServiceInterface |
createCustomFieldService(com.google.api.ads.dfp.lib.client.DfpSession session) |
com.google.api.ads.dfp.axis.v201711.CustomFieldOption |
getCustomFieldOption(com.google.api.ads.dfp.lib.client.DfpSession session,
Long id) |
List<com.google.api.ads.dfp.axis.v201711.CustomField> |
getCustomFields(com.google.api.ads.dfp.lib.client.DfpSession session,
String queryString,
Map<String,Object> queryParams,
String queryOrder,
Integer queryOffset) |
Integer |
performCustomFieldsAction(com.google.api.ads.dfp.lib.client.DfpSession session,
String customFieldActionString,
String queryString,
Map<String,Object> queryParams) |
List<Long> |
updateCustomFieldOptions(com.google.api.ads.dfp.lib.client.DfpSession session,
List<com.google.api.ads.dfp.axis.v201711.CustomFieldOption> customFieldOptionsToUpdate) |
List<Long> |
updateCustomFields(com.google.api.ads.dfp.lib.client.DfpSession session,
List<com.google.api.ads.dfp.axis.v201711.CustomField> customFieldsToUpdate) |
protected com.google.api.ads.dfp.axis.v201711.CustomFieldServiceInterface createCustomFieldService(com.google.api.ads.dfp.lib.client.DfpSession session)
public com.google.api.ads.dfp.axis.v201711.CustomFieldOption getCustomFieldOption(com.google.api.ads.dfp.lib.client.DfpSession session, Long id) throws DfpApiException, DfpCommunicationException
public List<Long> createCustomFieldOptions(com.google.api.ads.dfp.lib.client.DfpSession session, List<com.google.api.ads.dfp.axis.v201711.CustomFieldOption> customFieldOptionsToCreate) throws DfpApiException, DfpCommunicationException
public List<Long> createCustomFields(com.google.api.ads.dfp.lib.client.DfpSession session, List<com.google.api.ads.dfp.axis.v201711.CustomField> customFieldsToCreate) throws DfpApiException, DfpCommunicationException
public List<com.google.api.ads.dfp.axis.v201711.CustomField> getCustomFields(com.google.api.ads.dfp.lib.client.DfpSession session, String queryString, Map<String,Object> queryParams, String queryOrder, Integer queryOffset) throws DfpApiException, DfpCommunicationException
public Integer performCustomFieldsAction(com.google.api.ads.dfp.lib.client.DfpSession session, String customFieldActionString, String queryString, Map<String,Object> queryParams) throws DfpException
DfpException
public List<Long> updateCustomFieldOptions(com.google.api.ads.dfp.lib.client.DfpSession session, List<com.google.api.ads.dfp.axis.v201711.CustomFieldOption> customFieldOptionsToUpdate) throws DfpApiException, DfpCommunicationException
public List<Long> updateCustomFields(com.google.api.ads.dfp.lib.client.DfpSession session, List<com.google.api.ads.dfp.axis.v201711.CustomField> customFieldsToUpdate) throws DfpApiException, DfpCommunicationException
Copyright © 2010–2018. All rights reserved.