public final class WebhooksGetResponse extends AbstractResponseObject
| Constructor | Description |
|---|---|
WebhooksGetResponse() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getHref() |
Get URL of current page of results
|
WebhooksGetResponseItems[] |
getItems() |
Get Array of documents
|
String |
getNext() |
Get URL of next page of results
|
String |
getPrevious() |
Get URL of previous page of results
|
WebhooksGetResponse |
next(Onshape onshape) |
Fetch next page of results
|
WebhooksGetResponse |
previous(Onshape onshape) |
Fetch previous page of results
|
WebhooksGetResponse |
refresh(Onshape onshape) |
Refresh this page of results
|
String |
toString() |
getOtherPropertiespublic final WebhooksGetResponse next(Onshape onshape) throws OnshapeException
onshape - The Onshape client object.OnshapeException - On HTTP or serialization error.public final WebhooksGetResponse previous(Onshape onshape) throws OnshapeException
onshape - The Onshape client object.OnshapeException - On HTTP or serialization error.public final WebhooksGetResponse refresh(Onshape onshape) throws OnshapeException
onshape - The Onshape client object.OnshapeException - On HTTP or serialization error.public final String getPrevious()
public final String getHref()
public final String getNext()
public final WebhooksGetResponseItems[] getItems()
Copyright © 2021. All rights reserved.