Package com.ringcentral.definitions
Class TMWebhookInfo
java.lang.Object
com.ringcentral.definitions.TMWebhookInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionWebhook creation time in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format Format: date-timeInternal identifier of the user who created a webhookString[]
Internal identifiers of groups where a webhook has been createdInternal identifier of a webhookWebhook last update time in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format Format: date-timeCurrent status of a webhook Enum: Active, Suspended, DeletedPublic link to send a webhook payload Format: uri -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreationTime
(String creationTime) lastModifiedTime
(String lastModifiedTime)
-
Field Details
-
id
Internal identifier of a webhook -
creatorId
Internal identifier of the user who created a webhook -
groupIds
Internal identifiers of groups where a webhook has been created -
creationTime
Webhook creation time in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format Format: date-time -
lastModifiedTime
Webhook last update time in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format Format: date-time -
uri
Public link to send a webhook payload Format: uri -
status
Current status of a webhook Enum: Active, Suspended, Deleted
-
-
Constructor Details
-
TMWebhookInfo
public TMWebhookInfo()
-
-
Method Details
-
id
-
creatorId
-
groupIds
-
creationTime
-
lastModifiedTime
-
uri
-
status
-