public static final class WebhooksGetRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
WebhooksGetResponse |
call() |
Calls get method, Get list of webhooks registered for a company or user
|
String |
company() |
Get Id of the company to get list of hooks by a company.
|
WebhooksGetRequest.Builder |
company(String value) |
Set Id of the company to get list of hooks by a company.
|
String |
user() |
Get Id of the user to get list of hooks by by user.
|
WebhooksGetRequest.Builder |
user(String value) |
Set Id of the user to get list of hooks by by user.
|
public final String company()
public final WebhooksGetRequest.Builder company(String value)
value - Id of the company to get list of hooks by a company.public final String user()
public final WebhooksGetRequest.Builder user(String value)
value - Id of the user to get list of hooks by by user.public final WebhooksGetResponse call() throws OnshapeException
OnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.