public static class GetWebhooksQueryParams.Builder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Long |
limit |
protected String |
marker |
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
GetWebhooksQueryParams |
build() |
GetWebhooksQueryParams.Builder |
limit(Long limit) |
GetWebhooksQueryParams.Builder |
marker(String marker) |
public Builder()
public GetWebhooksQueryParams.Builder marker(String marker)
public GetWebhooksQueryParams.Builder limit(Long limit)
public GetWebhooksQueryParams build()