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