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