Class HrisCreateEmployeeRequestBuilder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.async.HrisCreateEmployeeRequestBuilder
-
public class HrisCreateEmployeeRequestBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HrisCreateEmployeeRequestBuilder(SDKConfiguration sdkConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<HrisCreateEmployeeResponse>call()HrisCreateEmployeeRequestBuilderhrisCreateEmployeeRequestDto(HrisCreateEmployeeRequestDto hrisCreateEmployeeRequestDto)HrisCreateEmployeeRequestBuilderretryConfig(RetryConfig retryConfig)HrisCreateEmployeeRequestBuilderretryConfig(java.util.Optional<RetryConfig> retryConfig)HrisCreateEmployeeRequestBuilderxAccountId(java.lang.String xAccountId)
-
-
-
Constructor Detail
-
HrisCreateEmployeeRequestBuilder
public HrisCreateEmployeeRequestBuilder(SDKConfiguration sdkConfiguration)
-
-
Method Detail
-
xAccountId
public HrisCreateEmployeeRequestBuilder xAccountId(java.lang.String xAccountId)
-
hrisCreateEmployeeRequestDto
public HrisCreateEmployeeRequestBuilder hrisCreateEmployeeRequestDto(HrisCreateEmployeeRequestDto hrisCreateEmployeeRequestDto)
-
retryConfig
public HrisCreateEmployeeRequestBuilder retryConfig(RetryConfig retryConfig)
-
retryConfig
public HrisCreateEmployeeRequestBuilder retryConfig(java.util.Optional<RetryConfig> retryConfig)
-
call
public java.util.concurrent.CompletableFuture<HrisCreateEmployeeResponse> call()
-
-