Uses of Class
com.amilesend.onedrive.connection.OneDriveConnectionBuilder
Packages that use OneDriveConnectionBuilder
-
Uses of OneDriveConnectionBuilder in com.amilesend.onedrive.connection
Methods in com.amilesend.onedrive.connection that return OneDriveConnectionBuilderModifier and TypeMethodDescriptionOneDriveConnectionBuilder.authManager(OneDriveAuthManager authManager) TheOneDriveAuthManagerused to manage authentication and access tokens.The application client identifier.OneDriveConnectionBuilder.clientSecret(String clientSecret) The application client secret.OneDriveConnectionBuilder.httpClient(okhttp3.OkHttpClient httpClient) The underlying http client.static OneDriveConnectionBuilderOneDriveConnectionBuilder.newInstance()Creates a newOneDriveConnectionBuilderinstance.OneDriveConnectionBuilder.redirectUrl(String redirectUrl) The OAuth redirect URL.OneDriveConnectionBuilder.retryStrategy(com.amilesend.client.connection.retry.RetryStrategy retryStrategy) TheRetryStrategyused for the underyling client connection.OneDriveConnectionBuilder.threadPool(ExecutorService threadPool) The executor service to manage async operations for the client.Sets the user-agent string that is included in requests.