Class HrisGetEmployeeSkillRequestBuilder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.HrisGetEmployeeSkillRequestBuilder
-
public class HrisGetEmployeeSkillRequestBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HrisGetEmployeeSkillRequestBuilder(SDKConfiguration sdkConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HrisGetEmployeeSkillResponsecall()HrisGetEmployeeSkillRequestBuilderrequest(HrisGetEmployeeSkillRequest request)HrisGetEmployeeSkillRequestBuilderretryConfig(RetryConfig retryConfig)HrisGetEmployeeSkillRequestBuilderretryConfig(java.util.Optional<RetryConfig> retryConfig)
-
-
-
Constructor Detail
-
HrisGetEmployeeSkillRequestBuilder
public HrisGetEmployeeSkillRequestBuilder(SDKConfiguration sdkConfiguration)
-
-
Method Detail
-
request
public HrisGetEmployeeSkillRequestBuilder request(HrisGetEmployeeSkillRequest request)
-
retryConfig
public HrisGetEmployeeSkillRequestBuilder retryConfig(RetryConfig retryConfig)
-
retryConfig
public HrisGetEmployeeSkillRequestBuilder retryConfig(java.util.Optional<RetryConfig> retryConfig)
-
call
public HrisGetEmployeeSkillResponse call()
-
-