public final class TranslationsGetTranslationsResponse extends AbstractResponseObject
| Constructor | Description |
|---|---|
TranslationsGetTranslationsResponse() |
| Modifier and Type | Method | Description |
|---|---|---|
Boolean |
getHasNext() |
Get Whether there are more entries to retrieve
|
TranslationsGetTranslationsResponseItems[] |
getItems() |
Get List of items
|
String |
getNext() |
Get URI to retrieve next batch
|
String |
getPrevious() |
Get URI to retrieve previous batch
|
TranslationsGetTranslationsResponse |
next(Onshape onshape) |
Fetch next page of results
|
TranslationsGetTranslationsResponse |
previous(Onshape onshape) |
Fetch previous page of results
|
String |
toString() |
getOtherPropertiespublic final TranslationsGetTranslationsResponse next(Onshape onshape) throws OnshapeException
onshape - The Onshape client object.OnshapeException - On HTTP or serialization error.public final TranslationsGetTranslationsResponse previous(Onshape onshape) throws OnshapeException
onshape - The Onshape client object.OnshapeException - On HTTP or serialization error.public final String getNext()
public final String getPrevious()
public final Boolean getHasNext()
public final TranslationsGetTranslationsResponseItems[] getItems()
Copyright © 2021. All rights reserved.