public final class MetadataGetElementsMetadataResponse extends AbstractResponseObject
| Constructor | Description |
|---|---|
MetadataGetElementsMetadataResponse() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getHref() |
Get URL of current page of the response
|
MetadataGetElementsMetadataResponseItems[] |
getItems() |
Get Collection items
|
String |
getNext() |
Get URL of the next page of the collection, can be null
|
String |
getPrev() |
Get URL of the previous page of the collection, can be null
|
MetadataGetElementsMetadataResponse |
next(Onshape onshape) |
Fetch next page of results
|
MetadataGetElementsMetadataResponse |
refresh(Onshape onshape) |
Refresh this page of results
|
String |
toString() |
getOtherPropertiespublic final MetadataGetElementsMetadataResponse next(Onshape onshape) throws OnshapeException
onshape - The Onshape client object.OnshapeException - On HTTP or serialization error.public final MetadataGetElementsMetadataResponse refresh(Onshape onshape) throws OnshapeException
onshape - The Onshape client object.OnshapeException - On HTTP or serialization error.public final String getPrev()
public final String getHref()
public final String getNext()
public final MetadataGetElementsMetadataResponseItems[] getItems()
Copyright © 2021. All rights reserved.