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