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