Class HrisListEmployeeTimeOffRequestsResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.HrisListEmployeeTimeOffRequestsResponse.Builder
-
- Enclosing class:
- HrisListEmployeeTimeOffRequestsResponse
public static final class HrisListEmployeeTimeOffRequestsResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HrisListEmployeeTimeOffRequestsResponsebuild()HrisListEmployeeTimeOffRequestsResponse.BuildercontentType(java.lang.String contentType)HTTP response content type for this operationHrisListEmployeeTimeOffRequestsResponse.Builderheaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)HrisListEmployeeTimeOffRequestsResponse.BuilderrawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)Raw HTTP response; suitable for custom response parsingHrisListEmployeeTimeOffRequestsResponse.BuilderstatusCode(int statusCode)HTTP response status code for this operationHrisListEmployeeTimeOffRequestsResponse.BuildertimeOffPaginated(TimeOffPaginated timeOffPaginated)The time off requests related to the employee with the given identifier were retrieved.HrisListEmployeeTimeOffRequestsResponse.BuildertimeOffPaginated(java.util.Optional<? extends TimeOffPaginated> timeOffPaginated)The time off requests related to the employee with the given identifier were retrieved.
-
-
-
Method Detail
-
contentType
public HrisListEmployeeTimeOffRequestsResponse.Builder contentType(java.lang.String contentType)
HTTP response content type for this operation
-
statusCode
public HrisListEmployeeTimeOffRequestsResponse.Builder statusCode(int statusCode)
HTTP response status code for this operation
-
rawResponse
public HrisListEmployeeTimeOffRequestsResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
timeOffPaginated
public HrisListEmployeeTimeOffRequestsResponse.Builder timeOffPaginated(TimeOffPaginated timeOffPaginated)
The time off requests related to the employee with the given identifier were retrieved.
-
timeOffPaginated
public HrisListEmployeeTimeOffRequestsResponse.Builder timeOffPaginated(java.util.Optional<? extends TimeOffPaginated> timeOffPaginated)
The time off requests related to the employee with the given identifier were retrieved.
-
headers
public HrisListEmployeeTimeOffRequestsResponse.Builder headers(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
build
public HrisListEmployeeTimeOffRequestsResponse build()
-
-