Uses of Interface
com.google.api.ads.common.lib.utils.Builder

Packages that use Builder
com.google.api.ads.adwords.lib.client   
com.google.api.ads.common.lib.auth   
com.google.api.ads.common.lib.factory   
com.google.api.ads.common.lib.utils   
com.google.api.ads.dfa.lib.client   
com.google.api.ads.dfp.lib.client   
 

Uses of Builder in com.google.api.ads.adwords.lib.client
 

Classes in com.google.api.ads.adwords.lib.client that implement Builder
static class AdWordsSession.Builder
          Builder for AdWordsSession.
 

Uses of Builder in com.google.api.ads.common.lib.auth
 

Classes in com.google.api.ads.common.lib.auth that implement Builder
static class ClientLoginTokens.ForApiBuilder
          Builder for ClientLoginTokens.
 

Uses of Builder in com.google.api.ads.common.lib.factory
 

Classes in com.google.api.ads.common.lib.factory that implement Builder
static class FactoryConfiguration.Builder
          Deprecated. Builder for FactoryConfiguration.
 

Uses of Builder in com.google.api.ads.common.lib.utils
 

Methods in com.google.api.ads.common.lib.utils that return Builder
 Builder<T> Builder.from(org.apache.commons.configuration.Configuration config)
          Populates this builder from the specified Configuration.
 Builder<T> Builder.fromFile()
          Loads credentials from "ads.properties" file in one of the following locations according to the following order: in the current directory, in the user home directory, in the classpath
 Builder<T> Builder.fromFile(File path)
          Populates this builder from a properties file from a specified path.
 Builder<T> Builder.fromFile(String path)
          Populates this builder from a properties file from a specified path.
 Builder<T> Builder.fromFile(URL path)
          Populates this builder from a properties file from a specified path.
 

Uses of Builder in com.google.api.ads.dfa.lib.client
 

Classes in com.google.api.ads.dfa.lib.client that implement Builder
static class DfaSession.Builder
          Builder for DfaSession.
 

Uses of Builder in com.google.api.ads.dfp.lib.client
 

Classes in com.google.api.ads.dfp.lib.client that implement Builder
static class DfpSession.Builder
          Builder for DfpSession.
 



Copyright © 2012. All Rights Reserved.