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