Class DocumentsGetFileRequestBuilder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.DocumentsGetFileRequestBuilder
-
public class DocumentsGetFileRequestBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DocumentsGetFileRequestBuilder(SDKConfiguration sdkConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentsGetFileResponsecall()DocumentsGetFileRequestBuilderrequest(DocumentsGetFileRequest request)DocumentsGetFileRequestBuilderretryConfig(RetryConfig retryConfig)DocumentsGetFileRequestBuilderretryConfig(java.util.Optional<RetryConfig> retryConfig)
-
-
-
Constructor Detail
-
DocumentsGetFileRequestBuilder
public DocumentsGetFileRequestBuilder(SDKConfiguration sdkConfiguration)
-
-
Method Detail
-
request
public DocumentsGetFileRequestBuilder request(DocumentsGetFileRequest request)
-
retryConfig
public DocumentsGetFileRequestBuilder retryConfig(RetryConfig retryConfig)
-
retryConfig
public DocumentsGetFileRequestBuilder retryConfig(java.util.Optional<RetryConfig> retryConfig)
-
call
public DocumentsGetFileResponse call() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-