public class ListMerchantsRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListMerchantsRequest.Builder
Class to build instances of
ListMerchantsRequest. |
| Modifier | Constructor and Description |
|---|---|
|
ListMerchantsRequest(Integer cursor)
Initialization constructor.
|
protected |
ListMerchantsRequest(io.apimatic.core.types.OptionalNullable<Integer> cursor)
Internal initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Integer |
getCursor()
Getter for Cursor.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<Integer> |
internalGetCursor()
Internal Getter for Cursor.
|
ListMerchantsRequest.Builder |
toBuilder()
Builds a new
ListMerchantsRequest.Builder object. |
String |
toString()
Converts this ListMerchantsRequest into string format.
|
public ListMerchantsRequest(Integer cursor)
cursor - Integer value for cursor.protected ListMerchantsRequest(io.apimatic.core.types.OptionalNullable<Integer> cursor)
protected io.apimatic.core.types.OptionalNullable<Integer> internalGetCursor()
public Integer getCursor()
public String toString()
public ListMerchantsRequest.Builder toBuilder()
ListMerchantsRequest.Builder object.
Creates the instance with the state of the current model.ListMerchantsRequest.Builder objectCopyright © 2023. All rights reserved.