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