Package | Description |
---|---|
com.onshape.api |
Onshape API client library.
|
com.onshape.api.requests |
Request object types.
|
Modifier and Type | Method | Description |
---|---|---|
WebhooksCreateWebhookRequest.Builder |
Webhooks.createWebhook() |
Create request for createWebhook
|
Modifier and Type | Method | Description |
---|---|---|
static WebhooksCreateWebhookRequest.Builder |
WebhooksCreateWebhookRequest.builder(Onshape onshape) |
|
WebhooksCreateWebhookRequest.Builder |
WebhooksCreateWebhookRequest.Builder.data(String value) |
Set Data to encapsulate in webhook
|
WebhooksCreateWebhookRequest.Builder |
WebhooksCreateWebhookRequest.Builder.events(String[] value) |
Set Array of event names for which to register webhook
|
WebhooksCreateWebhookRequest.Builder |
WebhooksCreateWebhookRequest.Builder.filter(String value) |
Set Context for webhook, in one of two forms: "{DocumentId} = '[did]' && {WorkspaceId} = '[wid]' && {ElementId} = '[eid]'" or "{UserId} = '[uid]' && {ClientId} = 'cid'" [did] is a document ID, etc., but the components in brackets and the quotes must remain exactly as written, in the same order
|
WebhooksCreateWebhookRequest.Builder |
WebhooksCreateWebhookRequest.Builder.options(Map value) |
Set Options object, with one optional field: collapseEvents, which is set to true/false and says whether similar events should be collapsed into one notification
|
WebhooksCreateWebhookRequest.Builder |
WebhooksCreateWebhookRequest.Builder.url(String value) |
Set URL to which to send notifications
|
Copyright © 2021. All rights reserved.