public static class OneDriveAuthorizationCodeFlow.Builder extends com.google.api.client.auth.oauth2.AuthorizationCodeFlow.Builder
| Constructor and Description | 
|---|
Builder(com.google.api.client.auth.oauth2.Credential.AccessMethod method,
       com.google.api.client.http.HttpTransport transport,
       com.google.api.client.json.JsonFactory jsonFactory,
       com.google.api.client.http.GenericUrl tokenServerUrl,
       com.google.api.client.http.HttpExecuteInterceptor clientAuthentication,
       String clientId,
       String authorizationServerEncodedUrl)  | 
| Modifier and Type | Method and Description | 
|---|---|
OneDriveAuthorizationCodeFlow | 
build()  | 
OneDriveAuthorizationCodeFlow.Builder | 
setBusinessResource(String businessResource)  | 
addRefreshListener, getAuthorizationServerEncodedUrl, getClientAuthentication, getClientId, getClock, getCredentialCreatedListener, getCredentialDataStore, getCredentialStore, getJsonFactory, getMethod, getRefreshListeners, getRequestInitializer, getScopes, getTokenServerUrl, getTransport, setAuthorizationServerEncodedUrl, setClientAuthentication, setClientId, setClock, setCredentialCreatedListener, setCredentialDataStore, setCredentialStore, setDataStoreFactory, setJsonFactory, setMethod, setRefreshListeners, setRequestInitializer, setScopes, setTokenServerUrl, setTransportpublic Builder(com.google.api.client.auth.oauth2.Credential.AccessMethod method, com.google.api.client.http.HttpTransport transport, com.google.api.client.json.JsonFactory jsonFactory, com.google.api.client.http.GenericUrl tokenServerUrl, com.google.api.client.http.HttpExecuteInterceptor clientAuthentication, String clientId, String authorizationServerEncodedUrl)
public OneDriveAuthorizationCodeFlow build()
build in class com.google.api.client.auth.oauth2.AuthorizationCodeFlow.Builderpublic OneDriveAuthorizationCodeFlow.Builder setBusinessResource(String businessResource)
Copyright © 2019 Nuxeo. All rights reserved.