public static class GetSignRequestsQueryParams.Builder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Long |
limit |
protected String |
marker |
protected List<String> |
senders |
protected Boolean |
sharedRequests |
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
GetSignRequestsQueryParams |
build() |
GetSignRequestsQueryParams.Builder |
limit(Long limit) |
GetSignRequestsQueryParams.Builder |
marker(String marker) |
GetSignRequestsQueryParams.Builder |
senders(List<String> senders) |
GetSignRequestsQueryParams.Builder |
sharedRequests(Boolean sharedRequests) |
protected Boolean sharedRequests
public Builder()
public GetSignRequestsQueryParams.Builder marker(String marker)
public GetSignRequestsQueryParams.Builder limit(Long limit)
public GetSignRequestsQueryParams.Builder senders(List<String> senders)
public GetSignRequestsQueryParams.Builder sharedRequests(Boolean sharedRequests)
public GetSignRequestsQueryParams build()