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

target.apidocs.com.google.api.services.adexchangebuyer2.v2beta1.AdExchangeBuyerII.Accounts.Clients.html Maven / Gradle / Ivy

There is a newer version: v2beta1-rev20241002-2.0.0
Show newest version






AdExchangeBuyerII.Accounts.Clients (Ad Exchange Buyer API II v2beta1-rev20230502-2.0.0)












com.google.api.services.adexchangebuyer2.v2beta1

Class AdExchangeBuyerII.Accounts.Clients

  • java.lang.Object
    • com.google.api.services.adexchangebuyer2.v2beta1.AdExchangeBuyerII.Accounts.Clients
    • Constructor Detail

      • Clients

        public Clients()
    • Method Detail

      • create

        public AdExchangeBuyerII.Accounts.Clients.Create create(Long accountId,
                                                                Client content)
                                                         throws IOException
        Creates a new client buyer. Create a request for the method "clients.create". This request holds the parameters needed by the adexchangebuyer2 server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        accountId - Unique numerical account ID for the buyer of which the client buyer is a customer; the sponsor buyer to create a client for. (required)
        content - the Client
        Returns:
        the request
        Throws:
        IOException
      • get

        public AdExchangeBuyerII.Accounts.Clients.Get get(Long accountId,
                                                          Long clientAccountId)
                                                   throws IOException
        Gets a client buyer with a given client account ID. Create a request for the method "clients.get". This request holds the parameters needed by the adexchangebuyer2 server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        accountId - Numerical account ID of the client's sponsor buyer. (required)
        clientAccountId - Numerical account ID of the client buyer to retrieve. (required)
        Returns:
        the request
        Throws:
        IOException
      • list

        public AdExchangeBuyerII.Accounts.Clients.List list(Long accountId)
                                                     throws IOException
        Lists all the clients for the current sponsor buyer. Create a request for the method "clients.list". This request holds the parameters needed by the adexchangebuyer2 server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        accountId - Unique numerical account ID of the sponsor buyer to list the clients for.
        Returns:
        the request
        Throws:
        IOException
      • update

        public AdExchangeBuyerII.Accounts.Clients.Update update(Long accountId,
                                                                Long clientAccountId,
                                                                Client content)
                                                         throws IOException
        Updates an existing client buyer. Create a request for the method "clients.update". This request holds the parameters needed by the adexchangebuyer2 server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        accountId - Unique numerical account ID for the buyer of which the client buyer is a customer; the sponsor buyer to update a client for. (required)
        clientAccountId - Unique numerical account ID of the client to update. (required)
        content - the Client
        Returns:
        the request
        Throws:
        IOException
      • invitations

        public AdExchangeBuyerII.Accounts.Clients.Invitations invitations()
        An accessor for creating requests from the Invitations collection.

        The typical use is:

            AdExchangeBuyerII adexchangebuyer2 = new AdExchangeBuyerII(...);
            AdExchangeBuyerII.Invitations.List request = adexchangebuyer2.invitations().list(parameters ...)
         
        Returns:
        the resource collection
      • users

        public AdExchangeBuyerII.Accounts.Clients.Users users()
        An accessor for creating requests from the Users collection.

        The typical use is:

            AdExchangeBuyerII adexchangebuyer2 = new AdExchangeBuyerII(...);
            AdExchangeBuyerII.Users.List request = adexchangebuyer2.users().list(parameters ...)
         
        Returns:
        the resource collection

Copyright © 2011–2023 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy