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