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