public class GetShiftResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetShiftResponse.Builder
Class to build instances of
GetShiftResponse. |
| Constructor and Description |
|---|
GetShiftResponse(Shift shift,
List<Error> errors)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
HttpContext |
getContext() |
List<Error> |
getErrors()
Getter for Errors.
|
Shift |
getShift()
Getter for Shift.
|
int |
hashCode() |
GetShiftResponse.Builder |
toBuilder()
Builds a new
GetShiftResponse.Builder object. |
String |
toString()
Converts this GetShiftResponse into string format.
|
public HttpContext getContext()
public Shift getShift()
public List<Error> getErrors()
public String toString()
public GetShiftResponse.Builder toBuilder()
GetShiftResponse.Builder object.
Creates the instance with the state of the current model.GetShiftResponse.Builder objectCopyright © 2022. All rights reserved.