Class HrisGetEmployeeDocumentRequestBuilder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.async.HrisGetEmployeeDocumentRequestBuilder
-
public class HrisGetEmployeeDocumentRequestBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HrisGetEmployeeDocumentRequestBuilder(SDKConfiguration sdkConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<HrisGetEmployeeDocumentResponse>call()HrisGetEmployeeDocumentRequestBuilderrequest(HrisGetEmployeeDocumentRequest request)HrisGetEmployeeDocumentRequestBuilderretryConfig(RetryConfig retryConfig)HrisGetEmployeeDocumentRequestBuilderretryConfig(java.util.Optional<RetryConfig> retryConfig)
-
-
-
Constructor Detail
-
HrisGetEmployeeDocumentRequestBuilder
public HrisGetEmployeeDocumentRequestBuilder(SDKConfiguration sdkConfiguration)
-
-
Method Detail
-
request
public HrisGetEmployeeDocumentRequestBuilder request(HrisGetEmployeeDocumentRequest request)
-
retryConfig
public HrisGetEmployeeDocumentRequestBuilder retryConfig(RetryConfig retryConfig)
-
retryConfig
public HrisGetEmployeeDocumentRequestBuilder retryConfig(java.util.Optional<RetryConfig> retryConfig)
-
call
public java.util.concurrent.CompletableFuture<HrisGetEmployeeDocumentResponse> call()
-
-