public final class TeamsGetResponse extends AbstractResponseObject
| Constructor | Description |
|---|---|
TeamsGetResponse() |
| Modifier and Type | Method | Description |
|---|---|---|
Boolean |
getAdmin() |
Get Whether current user is administrator of team
|
String |
getDescription() |
Get Team description
|
String |
getHref() |
Get URL of this team information
|
String |
getId() |
Get Team ID
|
Boolean |
getMember() |
Get Whether current user is a member of team
|
String |
getName() |
Get Team name
|
TeamsGetResponse |
refresh(Onshape onshape) |
Refresh this page of results
|
String |
toString() |
getOtherPropertiespublic final TeamsGetResponse refresh(Onshape onshape) throws OnshapeException
onshape - The Onshape client object.OnshapeException - On HTTP or serialization error.public final String getDescription()
public final Boolean getAdmin()
public final Boolean getMember()
public final String getName()
public final String getId()
public final String getHref()
Copyright © 2021. All rights reserved.