All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.api.ads.dfp.axis.v201605.ContactServiceInterface Maven / Gradle / Ivy

There is a newer version: 5.8.0
Show newest version
/**
 * ContactServiceInterface.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis 1.4 Mar 02, 2009 (07:08:06 PST) WSDL2Java emitter.
 */

package com.google.api.ads.dfp.axis.v201605;

public interface ContactServiceInterface extends java.rmi.Remote {

    /**
     * Creates new {@link Contact} objects.
     *         
     *         
     * @param contacts the contacts to create
     *         
     * @return the created contacts with their IDs filled in
     */
    public com.google.api.ads.dfp.axis.v201605.Contact[] createContacts(com.google.api.ads.dfp.axis.v201605.Contact[] contacts) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201605.ApiException;

    /**
     * Gets a {@link ContactPage} of {@link Contact} objects that
     * satisfy the given
     *         {@link Statement#query}. The following fields are supported
     * for filtering:
     *         
     *         
     *         
     *         
     * 
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
PQL Property Object Property
{@code name}{@link Contact#name}
{@code email}{@link Contact#email}
{@code id}{@link Contact#id}
{@code comment}{@link Contact#comment}
{@code companyId}{@link Contact#companyId}
{@code title}{@link Contact#title}
{@code cellPhone}{@link Contact#cellPhone}
{@code workPhone}{@link Contact#workPhone}
{@code faxPhone}{@link Contact#faxPhone}
{@code status}{@link Contact#status}
* * * @param filterStatement a Publisher Query Language statement used to * filter * a set of contacts * * @return the contacts that match the given filter */ public com.google.api.ads.dfp.axis.v201605.ContactPage getContactsByStatement(com.google.api.ads.dfp.axis.v201605.Statement statement) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201605.ApiException; /** * Updates the specified {@link Contact} objects. * * * @param contacts the contacts to update * * @return the updated contacts */ public com.google.api.ads.dfp.axis.v201605.Contact[] updateContacts(com.google.api.ads.dfp.axis.v201605.Contact[] contacts) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201605.ApiException; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy