public static final class TranslationsGetTranslationsRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
TranslationsGetTranslationsResponse |
call(OnshapeDocument document,
Number offset,
Number limit) |
Calls getTranslations method, Get list of translation status entries for a document
|
TranslationsGetTranslationsResponse |
call(String did,
Number offset,
Number limit) |
Calls getTranslations method, Get list of translation status entries for a document
|
public final TranslationsGetTranslationsResponse call(String did, Number offset, Number limit) throws OnshapeException
did - Document IDoffset - Offset into list of items (Default: 0)limit - Maximum number to retrieve (Must be <= 20) (Default: 20)OnshapeException - On HTTP or serialization errorpublic final TranslationsGetTranslationsResponse call(OnshapeDocument document, Number offset, Number limit) throws OnshapeException
document - Document object from Onshape URL.offset - Offset into list of items (Default: 0)limit - Maximum number to retrieve (Must be <= 20) (Default: 20)OnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.