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