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