public class UpdateShiftResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateShiftResponse.Builder
Class to build instances of
UpdateShiftResponse. |
| Constructor and Description |
|---|
UpdateShiftResponse(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() |
UpdateShiftResponse.Builder |
toBuilder()
Builds a new
UpdateShiftResponse.Builder object. |
String |
toString()
Converts this UpdateShiftResponse into string format.
|
public HttpContext getContext()
public Shift getShift()
public List<Error> getErrors()
public String toString()
public UpdateShiftResponse.Builder toBuilder()
UpdateShiftResponse.Builder object.
Creates the instance with the state of the current model.UpdateShiftResponse.Builder objectCopyright © 2022. All rights reserved.