public static class ListPayoutEntriesResponse.Builder extends Object
ListPayoutEntriesResponse.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ListPayoutEntriesResponse |
build()
Builds a new
ListPayoutEntriesResponse object using the set fields. |
ListPayoutEntriesResponse.Builder |
cursor(String cursor)
Setter for cursor.
|
ListPayoutEntriesResponse.Builder |
errors(List<Error> errors)
Setter for errors.
|
ListPayoutEntriesResponse.Builder |
httpContext(HttpContext httpContext)
Setter for httpContext.
|
ListPayoutEntriesResponse.Builder |
payoutEntries(List<PayoutEntry> payoutEntries)
Setter for payoutEntries.
|
public ListPayoutEntriesResponse.Builder httpContext(HttpContext httpContext)
httpContext - HttpContext value for httpContext.public ListPayoutEntriesResponse.Builder payoutEntries(List<PayoutEntry> payoutEntries)
payoutEntries - List of PayoutEntry value for payoutEntries.public ListPayoutEntriesResponse.Builder cursor(String cursor)
cursor - String value for cursor.public ListPayoutEntriesResponse.Builder errors(List<Error> errors)
errors - List of Error value for errors.public ListPayoutEntriesResponse build()
ListPayoutEntriesResponse object using the set fields.ListPayoutEntriesResponseCopyright © 2022. All rights reserved.