Class HrisInviteEmployeeRequestBuilder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.async.HrisInviteEmployeeRequestBuilder
-
public class HrisInviteEmployeeRequestBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HrisInviteEmployeeRequestBuilder(SDKConfiguration sdkConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<HrisInviteEmployeeResponse>call()HrisInviteEmployeeRequestBuilderhrisInviteEmployeeRequestDto(HrisInviteEmployeeRequestDto hrisInviteEmployeeRequestDto)HrisInviteEmployeeRequestBuilderid(java.lang.String id)HrisInviteEmployeeRequestBuilderretryConfig(RetryConfig retryConfig)HrisInviteEmployeeRequestBuilderretryConfig(java.util.Optional<RetryConfig> retryConfig)HrisInviteEmployeeRequestBuilderxAccountId(java.lang.String xAccountId)
-
-
-
Constructor Detail
-
HrisInviteEmployeeRequestBuilder
public HrisInviteEmployeeRequestBuilder(SDKConfiguration sdkConfiguration)
-
-
Method Detail
-
xAccountId
public HrisInviteEmployeeRequestBuilder xAccountId(java.lang.String xAccountId)
-
id
public HrisInviteEmployeeRequestBuilder id(java.lang.String id)
-
hrisInviteEmployeeRequestDto
public HrisInviteEmployeeRequestBuilder hrisInviteEmployeeRequestDto(HrisInviteEmployeeRequestDto hrisInviteEmployeeRequestDto)
-
retryConfig
public HrisInviteEmployeeRequestBuilder retryConfig(RetryConfig retryConfig)
-
retryConfig
public HrisInviteEmployeeRequestBuilder retryConfig(java.util.Optional<RetryConfig> retryConfig)
-
call
public java.util.concurrent.CompletableFuture<HrisInviteEmployeeResponse> call() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-