public final class DfpServices extends BaseDfpServices
Usage example:
DfpSession session = new DfpSession.Builder()...build();
InventoryServiceInterface inventoryService =
new DfpServices().get(session, InventoryServiceInterface.class);
campaignService.makeRequest(...);
...
session.setNetworkCode(...);
campaignService.makeRequest(...);
Implementation is thread-safe.
Constructor and Description |
---|
DfpServices() |
get
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
get
Copyright © 2018. All Rights Reserved.