Class HrisGetEmployeeSkillResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.HrisGetEmployeeSkillResponse.Builder
-
- Enclosing class:
- HrisGetEmployeeSkillResponse
public static final class HrisGetEmployeeSkillResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HrisGetEmployeeSkillResponsebuild()HrisGetEmployeeSkillResponse.BuildercontentType(java.lang.String contentType)HTTP response content type for this operationHrisGetEmployeeSkillResponse.BuilderentitySkillResult(EntitySkillResult entitySkillResult)The skill related to the employee with the given identifiers was retrieved.HrisGetEmployeeSkillResponse.BuilderentitySkillResult(java.util.Optional<? extends EntitySkillResult> entitySkillResult)The skill related to the employee with the given identifiers was retrieved.HrisGetEmployeeSkillResponse.Builderheaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)HrisGetEmployeeSkillResponse.BuilderrawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)Raw HTTP response; suitable for custom response parsingHrisGetEmployeeSkillResponse.BuilderstatusCode(int statusCode)HTTP response status code for this operation
-
-
-
Method Detail
-
contentType
public HrisGetEmployeeSkillResponse.Builder contentType(java.lang.String contentType)
HTTP response content type for this operation
-
statusCode
public HrisGetEmployeeSkillResponse.Builder statusCode(int statusCode)
HTTP response status code for this operation
-
rawResponse
public HrisGetEmployeeSkillResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
entitySkillResult
public HrisGetEmployeeSkillResponse.Builder entitySkillResult(EntitySkillResult entitySkillResult)
The skill related to the employee with the given identifiers was retrieved.
-
entitySkillResult
public HrisGetEmployeeSkillResponse.Builder entitySkillResult(java.util.Optional<? extends EntitySkillResult> entitySkillResult)
The skill related to the employee with the given identifiers was retrieved.
-
headers
public HrisGetEmployeeSkillResponse.Builder headers(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
build
public HrisGetEmployeeSkillResponse build()
-
-