public static class ListInvoicesRequest.Builder extends Object
ListInvoicesRequest.| Constructor and Description |
|---|
Builder(String locationId)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ListInvoicesRequest |
build()
Builds a new
ListInvoicesRequest object using the set fields. |
ListInvoicesRequest.Builder |
cursor(String cursor)
Setter for cursor.
|
ListInvoicesRequest.Builder |
limit(Integer limit)
Setter for limit.
|
ListInvoicesRequest.Builder |
locationId(String locationId)
Setter for locationId.
|
public Builder(String locationId)
locationId - String value for locationId.public ListInvoicesRequest.Builder locationId(String locationId)
locationId - String value for locationId.public ListInvoicesRequest.Builder cursor(String cursor)
cursor - String value for cursor.public ListInvoicesRequest.Builder limit(Integer limit)
limit - Integer value for limit.public ListInvoicesRequest build()
ListInvoicesRequest object using the set fields.ListInvoicesRequestCopyright © 2022. All rights reserved.