| Package | Description |
|---|---|
| com.smartsheet.api.models |
| Modifier and Type | Method and Description |
|---|---|
WebhookStats |
Webhook.getStats()
Get the statistics for this webhook.
|
WebhookStats |
WebhookStats.setLastCallbackAttempt(Date lastCallbackAttempt)
Set the timestamp from the last callback attempt.
|
WebhookStats |
WebhookStats.setLastCallbackAttemptRetryCount(Integer lastCallbackAttemptRetryCount)
Set the number of retries the webhook had performed as of the last callback attempt.
|
WebhookStats |
WebhookStats.setLastSuccessfulCallback(Date lastSuccessfulCallback)
Set the timestamp from the last successful callback.
|
| Modifier and Type | Method and Description |
|---|---|
Webhook |
Webhook.setStats(WebhookStats stats)
Set the statistics for this webhook.
|
Copyright © 2014–2019 Smartsheet. All rights reserved.