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