public final class MetadataGetStandardContentMetadataResponse extends AbstractResponseObject
| Constructor | Description |
|---|---|
MetadataGetStandardContentMetadataResponse() |
| 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
|
MetadataGetStandardContentMetadataResponseProperties[] |
getProperties() |
Get Metadata properties defined in the schema
|
MetadataGetStandardContentMetadataResponse |
refresh(Onshape onshape) |
Refresh this page of results
|
String |
toString() |
getOtherPropertiespublic MetadataGetStandardContentMetadataResponse()
public final MetadataGetStandardContentMetadataResponse refresh(Onshape onshape) throws OnshapeException
onshape - The Onshape client object.OnshapeException - On HTTP or serialization error.public final String getPartId()
public final String getPartType()
public final Boolean getIsMesh()
public final String getHref()
public final MetadataGetStandardContentMetadataResponseProperties[] getProperties()
Copyright © 2021. All rights reserved.