Uses of Class
com.google.api.ads.dfp.lib.client.DfpSession.Builder

Packages that use DfpSession.Builder
com.google.api.ads.dfp.lib.client   
 

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

Methods in com.google.api.ads.dfp.lib.client that return DfpSession.Builder
 DfpSession.Builder DfpSession.Builder.from(org.apache.commons.configuration.Configuration config)
          Reads properties from the provided Configuration object.

Known properties: api.dfp.clientLoginToken api.dfp.applicationName api.dfp.networkCode api.dfp.environment - e.g.
 DfpSession.Builder DfpSession.Builder.fromFile()
           
 DfpSession.Builder DfpSession.Builder.fromFile(File path)
           
 DfpSession.Builder DfpSession.Builder.fromFile(String path)
           
 DfpSession.Builder DfpSession.Builder.fromFile(URL path)
           
 DfpSession.Builder DfpSession.Builder.withApplicationName(String applicationName)
          Includes application name (any string of your choice).
 DfpSession.Builder DfpSession.Builder.withClientLoginToken(String clientLoginToken)
          Includes hard-coded ClientLogin token that will be used instead of fetching a new one.
 DfpSession.Builder DfpSession.Builder.withEndpoint(String endpoint)
          Override the endpoint server.
 DfpSession.Builder DfpSession.Builder.withEnvironment(DfpSession.Environment environment)
          Includes the specified environment, e.g.
 DfpSession.Builder DfpSession.Builder.withNetworkCode(String networkCode)
          Includes network code.
 DfpSession.Builder DfpSession.Builder.withOAuth2Credential(com.google.api.client.auth.oauth2.Credential oAuth2Credential)
          Includes OAuth2 credential to be used for OAuth2 authentication.
 DfpSession.Builder DfpSession.Builder.withOAuthParameters(com.google.api.client.auth.oauth.OAuthParameters oAuthParameters)
          Includes OAuth parameters to be used for OAuth authentication.
 



Copyright © 2012. All Rights Reserved.