public static final class MetadataCategoryGetMetadataPropertyRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
MetadataCategoryGetMetadataPropertyResponse |
call(String pid,
String ownerId,
Number ownerType) |
Calls getMetadataProperty method, Get metadata property
|
String |
documentId() |
Get ID of the document the property is associated with.
|
MetadataCategoryGetMetadataPropertyRequest.Builder |
documentId(String value) |
Set ID of the document the property is associated with.
|
public final String documentId()
public final MetadataCategoryGetMetadataPropertyRequest.Builder documentId(String value)
value - ID of the document the property is associated with.public final MetadataCategoryGetMetadataPropertyResponse call(String pid, String ownerId, Number ownerType) throws OnshapeException
pid - Property IDownerId - Owner ID. Must be specified. (Default: null)ownerType - Schema owner type must be 1 company which is the default. (Default: null)OnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.