public static class GetShiftResponse.Builder extends Object
GetShiftResponse.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
GetShiftResponse |
build()
Builds a new
GetShiftResponse object using the set fields. |
GetShiftResponse.Builder |
errors(List<Error> errors)
Setter for errors.
|
GetShiftResponse.Builder |
httpContext(HttpContext httpContext)
Setter for httpContext.
|
GetShiftResponse.Builder |
shift(Shift shift)
Setter for shift.
|
public GetShiftResponse.Builder httpContext(HttpContext httpContext)
httpContext - HttpContext value for httpContext.public GetShiftResponse.Builder shift(Shift shift)
shift - Shift value for shift.public GetShiftResponse.Builder errors(List<Error> errors)
errors - List of Error value for errors.public GetShiftResponse build()
GetShiftResponse object using the set fields.GetShiftResponseCopyright © 2022. All rights reserved.