com.google.api.ads.dfp.axis.factory
Class DfpServices
java.lang.Object
com.google.api.ads.common.lib.factory.BaseServices<DfpServiceClient,DfpSession,DfpServiceDescriptor>
com.google.api.ads.dfp.lib.factory.BaseDfpServices
com.google.api.ads.dfp.axis.factory.DfpServices
public final class DfpServices
- extends BaseDfpServices
Utility class to create DFP service clients. The session is stored
as a reference within the client so that the session may be altered to
affect the behavior of the client.
Usage example:
DfpSession session = new DfpSession.Builder()...build();
InventoryServiceInterface inventoryService =
new DfpServices().get(session, InventoryServiceInterface.class);
campaignService.makeRequest(...);
...
session.setNetworkCode(...);
campaignService.makeRequest(...);
- Author:
- Joseph DiLallo
| Methods inherited from class com.google.api.ads.common.lib.factory.BaseServices |
get |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DfpServices
public DfpServices()
Copyright © 2012. All Rights Reserved.