Class DocumentsGetDriveRequestBuilder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.async.DocumentsGetDriveRequestBuilder
-
public class DocumentsGetDriveRequestBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DocumentsGetDriveRequestBuilder(SDKConfiguration sdkConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<DocumentsGetDriveResponse>call()DocumentsGetDriveRequestBuilderrequest(DocumentsGetDriveRequest request)DocumentsGetDriveRequestBuilderretryConfig(RetryConfig retryConfig)DocumentsGetDriveRequestBuilderretryConfig(java.util.Optional<RetryConfig> retryConfig)
-
-
-
Constructor Detail
-
DocumentsGetDriveRequestBuilder
public DocumentsGetDriveRequestBuilder(SDKConfiguration sdkConfiguration)
-
-
Method Detail
-
request
public DocumentsGetDriveRequestBuilder request(DocumentsGetDriveRequest request)
-
retryConfig
public DocumentsGetDriveRequestBuilder retryConfig(RetryConfig retryConfig)
-
retryConfig
public DocumentsGetDriveRequestBuilder retryConfig(java.util.Optional<RetryConfig> retryConfig)
-
call
public java.util.concurrent.CompletableFuture<DocumentsGetDriveResponse> call() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-