public final class MetadataGetPartMetadataResponse extends AbstractResponseObject
| Constructor | Description |
|---|---|
MetadataGetPartMetadataResponse() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getHref() |
Get URI of Part metadata
|
Boolean |
getIsMesh() |
Get True if part is a mesh
|
String |
getPartId() |
Get Part id
|
String |
getPartType() |
Get Part type
|
Map[] |
getProperties() |
Get Part properties
|
Map |
getThumbnail() |
Get Part's thumbnail
|
MetadataGetPartMetadataResponse |
refresh(Onshape onshape) |
Refresh this page of results
|
String |
toString() |
getOtherPropertiespublic final MetadataGetPartMetadataResponse refresh(Onshape onshape) throws OnshapeException
onshape - The Onshape client object.OnshapeException - On HTTP or serialization error.public final Map[] getProperties()
public final String getPartId()
public final String getPartType()
public final Boolean getIsMesh()
public final Map getThumbnail()
public final String getHref()
Copyright © 2021. All rights reserved.