public class ListBreakTypesRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListBreakTypesRequest.Builder
Class to build instances of
ListBreakTypesRequest. |
| Constructor and Description |
|---|
ListBreakTypesRequest(String locationId,
Integer limit,
String cursor)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCursor()
Getter for Cursor.
|
Integer |
getLimit()
Getter for Limit.
|
String |
getLocationId()
Getter for LocationId.
|
int |
hashCode() |
ListBreakTypesRequest.Builder |
toBuilder()
Builds a new
ListBreakTypesRequest.Builder object. |
String |
toString()
Converts this ListBreakTypesRequest into string format.
|
public String getLocationId()
public Integer getLimit()
public String getCursor()
public String toString()
public ListBreakTypesRequest.Builder toBuilder()
ListBreakTypesRequest.Builder object.
Creates the instance with the state of the current model.ListBreakTypesRequest.Builder objectCopyright © 2022. All rights reserved.