Class HrisCreateEmployeeSkillRequestBuilder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.HrisCreateEmployeeSkillRequestBuilder
-
public class HrisCreateEmployeeSkillRequestBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HrisCreateEmployeeSkillRequestBuilder(SDKConfiguration sdkConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HrisCreateEmployeeSkillResponsecall()HrisCreateEmployeeSkillRequestBuilderentitySkillsCreateRequestDto(EntitySkillsCreateRequestDto entitySkillsCreateRequestDto)HrisCreateEmployeeSkillRequestBuilderid(java.lang.String id)HrisCreateEmployeeSkillRequestBuilderretryConfig(RetryConfig retryConfig)HrisCreateEmployeeSkillRequestBuilderretryConfig(java.util.Optional<RetryConfig> retryConfig)HrisCreateEmployeeSkillRequestBuilderxAccountId(java.lang.String xAccountId)
-
-
-
Constructor Detail
-
HrisCreateEmployeeSkillRequestBuilder
public HrisCreateEmployeeSkillRequestBuilder(SDKConfiguration sdkConfiguration)
-
-
Method Detail
-
xAccountId
public HrisCreateEmployeeSkillRequestBuilder xAccountId(java.lang.String xAccountId)
-
id
public HrisCreateEmployeeSkillRequestBuilder id(java.lang.String id)
-
entitySkillsCreateRequestDto
public HrisCreateEmployeeSkillRequestBuilder entitySkillsCreateRequestDto(EntitySkillsCreateRequestDto entitySkillsCreateRequestDto)
-
retryConfig
public HrisCreateEmployeeSkillRequestBuilder retryConfig(RetryConfig retryConfig)
-
retryConfig
public HrisCreateEmployeeSkillRequestBuilder retryConfig(java.util.Optional<RetryConfig> retryConfig)
-
call
public HrisCreateEmployeeSkillResponse call()
-
-