Class HrisDownloadEmployeeDocumentRequestBuilder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.HrisDownloadEmployeeDocumentRequestBuilder
-
public class HrisDownloadEmployeeDocumentRequestBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HrisDownloadEmployeeDocumentRequestBuilder(SDKConfiguration sdkConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HrisDownloadEmployeeDocumentResponsecall()HrisDownloadEmployeeDocumentRequestBuilderrequest(HrisDownloadEmployeeDocumentRequest request)HrisDownloadEmployeeDocumentRequestBuilderretryConfig(RetryConfig retryConfig)HrisDownloadEmployeeDocumentRequestBuilderretryConfig(java.util.Optional<RetryConfig> retryConfig)
-
-
-
Constructor Detail
-
HrisDownloadEmployeeDocumentRequestBuilder
public HrisDownloadEmployeeDocumentRequestBuilder(SDKConfiguration sdkConfiguration)
-
-
Method Detail
-
request
public HrisDownloadEmployeeDocumentRequestBuilder request(HrisDownloadEmployeeDocumentRequest request)
-
retryConfig
public HrisDownloadEmployeeDocumentRequestBuilder retryConfig(RetryConfig retryConfig)
-
retryConfig
public HrisDownloadEmployeeDocumentRequestBuilder retryConfig(java.util.Optional<RetryConfig> retryConfig)
-
call
public HrisDownloadEmployeeDocumentResponse call() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-