com.google.api.ads.dfp.axis.v201201
Interface NetworkServiceInterface

All Superinterfaces:
Remote
All Known Implementing Classes:
NetworkServiceSoapBindingStub

public interface NetworkServiceInterface
extends Remote


Method Summary
 Network[] getAllNetworks()
          Returns the list of Network objects to which the current login has access.
 Network getCurrentNetwork()
          Returns the current network for which requests are being made.
 Network updateNetwork(Network network)
          Updates the specified network.
 

Method Detail

getAllNetworks

Network[] getAllNetworks()
                         throws RemoteException,
                                ApiException
Returns the list of Network objects to which the current login has access.

Intended to be used without a network code in the SOAP header when the login may have more than one network associated with it.

Returns:
the networks to which the current login has access
Throws:
RemoteException
ApiException

getCurrentNetwork

Network getCurrentNetwork()
                          throws RemoteException,
                                 ApiException
Returns the current network for which requests are being made.

Returns:
the network for which the user is currently making the request
Throws:
RemoteException
ApiException

updateNetwork

Network updateNetwork(Network network)
                      throws RemoteException,
                             ApiException
Updates the specified network. Currently, only the network display name can be updated.

Parameters:
network - the network that needs to be updated
Returns:
the updated network
Throws:
RemoteException
ApiException


Copyright © 2012. All Rights Reserved.