Class HrisListEmployeeTimeOffBalancesResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.HrisListEmployeeTimeOffBalancesResponse.Builder
-
- Enclosing class:
- HrisListEmployeeTimeOffBalancesResponse
public static final class HrisListEmployeeTimeOffBalancesResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description HrisListEmployeeTimeOffBalancesResponsebuild()HrisListEmployeeTimeOffBalancesResponse.BuildercontentType(java.lang.String contentType)HTTP response content type for this operationHrisListEmployeeTimeOffBalancesResponse.Builderheaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)HrisListEmployeeTimeOffBalancesResponse.Buildernext(java.util.concurrent.Callable<java.util.Optional<HrisListEmployeeTimeOffBalancesResponse>> next)Deprecated.not part of the public API, may be removed without noticeHrisListEmployeeTimeOffBalancesResponse.BuilderrawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)Raw HTTP response; suitable for custom response parsingHrisListEmployeeTimeOffBalancesResponse.BuilderstatusCode(int statusCode)HTTP response status code for this operationHrisListEmployeeTimeOffBalancesResponse.BuildertimeOffBalancesPaginated(TimeOffBalancesPaginated timeOffBalancesPaginated)The list of time off balances of the employee with the given identifier was retrieved.HrisListEmployeeTimeOffBalancesResponse.BuildertimeOffBalancesPaginated(java.util.Optional<? extends TimeOffBalancesPaginated> timeOffBalancesPaginated)The list of time off balances of the employee with the given identifier was retrieved.
-
-
-
Method Detail
-
contentType
public HrisListEmployeeTimeOffBalancesResponse.Builder contentType(java.lang.String contentType)
HTTP response content type for this operation
-
statusCode
public HrisListEmployeeTimeOffBalancesResponse.Builder statusCode(int statusCode)
HTTP response status code for this operation
-
rawResponse
public HrisListEmployeeTimeOffBalancesResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
timeOffBalancesPaginated
public HrisListEmployeeTimeOffBalancesResponse.Builder timeOffBalancesPaginated(TimeOffBalancesPaginated timeOffBalancesPaginated)
The list of time off balances of the employee with the given identifier was retrieved.
-
timeOffBalancesPaginated
public HrisListEmployeeTimeOffBalancesResponse.Builder timeOffBalancesPaginated(java.util.Optional<? extends TimeOffBalancesPaginated> timeOffBalancesPaginated)
The list of time off balances of the employee with the given identifier was retrieved.
-
headers
public HrisListEmployeeTimeOffBalancesResponse.Builder headers(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
next
@Deprecated public HrisListEmployeeTimeOffBalancesResponse.Builder next(java.util.concurrent.Callable<java.util.Optional<HrisListEmployeeTimeOffBalancesResponse>> next)
Deprecated.not part of the public API, may be removed without noticeInternal API. Not for public use. Sets the provider of the next page.
-
build
public HrisListEmployeeTimeOffBalancesResponse build()
-
-