Class HrisGetEmployeesTimeOffRequestResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.async.HrisGetEmployeesTimeOffRequestResponse.Builder
-
- Enclosing class:
- HrisGetEmployeesTimeOffRequestResponse
public static final class HrisGetEmployeesTimeOffRequestResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HrisGetEmployeesTimeOffRequestResponsebuild()HrisGetEmployeesTimeOffRequestResponse.BuildercontentType(java.lang.String contentType)HTTP response content type for this operationHrisGetEmployeesTimeOffRequestResponse.Builderheaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)HrisGetEmployeesTimeOffRequestResponse.BuilderrawResponse(java.net.http.HttpResponse<Blob> rawResponse)Raw HTTP response; suitable for custom response parsingHrisGetEmployeesTimeOffRequestResponse.BuilderstatusCode(int statusCode)HTTP response status code for this operationHrisGetEmployeesTimeOffRequestResponse.BuildertimeOffResult(TimeOffResult timeOffResult)The time off request related to the employee with the given identifiers was retrieved.HrisGetEmployeesTimeOffRequestResponse.BuildertimeOffResult(java.util.Optional<? extends TimeOffResult> timeOffResult)The time off request related to the employee with the given identifiers was retrieved.
-
-
-
Method Detail
-
contentType
public HrisGetEmployeesTimeOffRequestResponse.Builder contentType(java.lang.String contentType)
HTTP response content type for this operation
-
statusCode
public HrisGetEmployeesTimeOffRequestResponse.Builder statusCode(int statusCode)
HTTP response status code for this operation
-
rawResponse
public HrisGetEmployeesTimeOffRequestResponse.Builder rawResponse(java.net.http.HttpResponse<Blob> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
timeOffResult
public HrisGetEmployeesTimeOffRequestResponse.Builder timeOffResult(TimeOffResult timeOffResult)
The time off request related to the employee with the given identifiers was retrieved.
-
timeOffResult
public HrisGetEmployeesTimeOffRequestResponse.Builder timeOffResult(java.util.Optional<? extends TimeOffResult> timeOffResult)
The time off request related to the employee with the given identifiers was retrieved.
-
headers
public HrisGetEmployeesTimeOffRequestResponse.Builder headers(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
build
public HrisGetEmployeesTimeOffRequestResponse build()
-
-