public static final class MetadataGetPropertyInfoRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
MetadataGetPropertyInfoResponse |
call(String pid,
String schemaId) |
Calls getPropertyInfo method, Get metadata property info
|
String |
documentId() |
Get ID of the document the schema is associated with.
|
MetadataGetPropertyInfoRequest.Builder |
documentId(String value) |
Set ID of the document the schema is associated with.
|
public final String documentId()
public final MetadataGetPropertyInfoRequest.Builder documentId(String value)
value - ID of the document the schema is associated with.public final MetadataGetPropertyInfoResponse call(String pid, String schemaId) throws OnshapeException
pid - Property IDschemaId - Metadata schema ID (Default: null)OnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.