public class GetSignRequestsQueryParams extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetSignRequestsQueryParams.Builder |
| Modifier and Type | Field and Description |
|---|---|
Long |
limit
The maximum number of items to return per page.
|
String |
marker
Defines the position marker at which to begin returning results.
|
List<String> |
senders
A list of sender emails to filter the signature requests by sender.
|
Boolean |
sharedRequests
If set to `true`, only includes requests that user is not an owner, but user is a collaborator.
|
| Modifier | Constructor and Description |
|---|---|
|
GetSignRequestsQueryParams() |
protected |
GetSignRequestsQueryParams(GetSignRequestsQueryParams.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getLimit() |
String |
getMarker() |
List<String> |
getSenders() |
Boolean |
getSharedRequests() |
public String marker
This requires `usemarker` to be set to `true`.
public List<String> senders
public Boolean sharedRequests
public GetSignRequestsQueryParams()
protected GetSignRequestsQueryParams(GetSignRequestsQueryParams.Builder builder)
public List<String> getSenders()
public Boolean getSharedRequests()