Class HrisUpdateEmployeeRequestBuilder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.HrisUpdateEmployeeRequestBuilder
-
public class HrisUpdateEmployeeRequestBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HrisUpdateEmployeeRequestBuilder(SDKConfiguration sdkConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HrisUpdateEmployeeResponsecall()HrisUpdateEmployeeRequestBuilderhrisUpdateEmployeeRequestDto(HrisUpdateEmployeeRequestDto hrisUpdateEmployeeRequestDto)HrisUpdateEmployeeRequestBuilderid(java.lang.String id)HrisUpdateEmployeeRequestBuilderretryConfig(RetryConfig retryConfig)HrisUpdateEmployeeRequestBuilderretryConfig(java.util.Optional<RetryConfig> retryConfig)HrisUpdateEmployeeRequestBuilderxAccountId(java.lang.String xAccountId)
-
-
-
Constructor Detail
-
HrisUpdateEmployeeRequestBuilder
public HrisUpdateEmployeeRequestBuilder(SDKConfiguration sdkConfiguration)
-
-
Method Detail
-
xAccountId
public HrisUpdateEmployeeRequestBuilder xAccountId(java.lang.String xAccountId)
-
id
public HrisUpdateEmployeeRequestBuilder id(java.lang.String id)
-
hrisUpdateEmployeeRequestDto
public HrisUpdateEmployeeRequestBuilder hrisUpdateEmployeeRequestDto(HrisUpdateEmployeeRequestDto hrisUpdateEmployeeRequestDto)
-
retryConfig
public HrisUpdateEmployeeRequestBuilder retryConfig(RetryConfig retryConfig)
-
retryConfig
public HrisUpdateEmployeeRequestBuilder retryConfig(java.util.Optional<RetryConfig> retryConfig)
-
call
public HrisUpdateEmployeeResponse call() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-