public class ListBreakTypesRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListBreakTypesRequest.Builder
Class to build instances of
ListBreakTypesRequest. |
| Modifier | Constructor and Description |
|---|---|
protected |
ListBreakTypesRequest(io.apimatic.core.types.OptionalNullable<String> locationId,
io.apimatic.core.types.OptionalNullable<Integer> limit,
io.apimatic.core.types.OptionalNullable<String> cursor)
Initialization constructor.
|
|
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() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetCursor()
Internal Getter for Cursor.
|
protected io.apimatic.core.types.OptionalNullable<Integer> |
internalGetLimit()
Internal Getter for Limit.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetLocationId()
Internal Getter for LocationId.
|
ListBreakTypesRequest.Builder |
toBuilder()
Builds a new
ListBreakTypesRequest.Builder object. |
String |
toString()
Converts this ListBreakTypesRequest into string format.
|
public ListBreakTypesRequest(String locationId, Integer limit, String cursor)
locationId - String value for locationId.limit - Integer value for limit.cursor - String value for cursor.protected ListBreakTypesRequest(io.apimatic.core.types.OptionalNullable<String> locationId, io.apimatic.core.types.OptionalNullable<Integer> limit, io.apimatic.core.types.OptionalNullable<String> cursor)
locationId - String value for locationId.limit - Integer value for limit.cursor - String value for cursor.protected io.apimatic.core.types.OptionalNullable<String> internalGetLocationId()
public String getLocationId()
protected io.apimatic.core.types.OptionalNullable<Integer> internalGetLimit()
public Integer getLimit()
protected io.apimatic.core.types.OptionalNullable<String> internalGetCursor()
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 © 2024. All rights reserved.