public static final class PayoutItemService.PayoutItemListRequest<S> extends ListRequest<S,PayoutItem>
Request class for PayoutItemService.list()
.
Returns a cursor-paginated list of items in the payout.
ListRequest.ListRequestExecutor<S,T>
Modifier and Type | Method and Description |
---|---|
PayoutItemService.PayoutItemListRequest<S> |
withAfter(java.lang.String after)
Cursor pointing to the start of the desired set.
|
PayoutItemService.PayoutItemListRequest<S> |
withBefore(java.lang.String before)
Cursor pointing to the end of the desired set.
|
PayoutItemService.PayoutItemListRequest<S> |
withHeader(java.lang.String headerName,
java.lang.String headerValue) |
PayoutItemService.PayoutItemListRequest<S> |
withLimit(java.lang.Integer limit)
Number of records to return.
|
PayoutItemService.PayoutItemListRequest<S> |
withPayout(java.lang.String payout)
Unique identifier, beginning with “PO”.
|
execute, executeWrapped, iteratingExecutor, pagingExecutor
public PayoutItemService.PayoutItemListRequest<S> withAfter(java.lang.String after)
Cursor pointing to the start of the desired set.
public PayoutItemService.PayoutItemListRequest<S> withBefore(java.lang.String before)
Cursor pointing to the end of the desired set.
public PayoutItemService.PayoutItemListRequest<S> withLimit(java.lang.Integer limit)
Number of records to return.
public PayoutItemService.PayoutItemListRequest<S> withPayout(java.lang.String payout)
Unique identifier, beginning with “PO”.
public PayoutItemService.PayoutItemListRequest<S> withHeader(java.lang.String headerName, java.lang.String headerValue)