com.google.api.adwords.v11
Interface AccountInterface

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
AccountServiceSoapBindingStub

public interface AccountInterface
extends java.rmi.Remote


Method Summary
 AccountInfo getAccountInfo()
           
 java.lang.String[] getClientAccounts()
           
 void updateAccountInfo(AccountInfo accountInfo)
           
 

Method Detail

getAccountInfo

AccountInfo getAccountInfo()
                           throws java.rmi.RemoteException,
                                  ApiException
Throws:
java.rmi.RemoteException
ApiException

getClientAccounts

java.lang.String[] getClientAccounts()
                                     throws java.rmi.RemoteException,
                                            ApiException
Throws:
java.rmi.RemoteException
ApiException

updateAccountInfo

void updateAccountInfo(AccountInfo accountInfo)
                       throws java.rmi.RemoteException,
                              ApiException
Throws:
java.rmi.RemoteException
ApiException


Copyright © 2005 Google Corp. All Rights Reserved.