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