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