ResponseWithDocumentpublic final class TranslationsGetTranslationsResponseItems extends AbstractResponseObject implements ResponseWithDocument
| Modifier and Type | Field | Description |
|---|---|---|
String |
documentId |
The id of the document that contains the translation
|
String |
failureReason |
A string indicating the reason for the failure, if known.
|
String |
href |
The URI for accessing this translation
|
String |
id |
The id of this translation
|
String |
requestElementId |
The id of the element being translated
|
String |
requestState |
The state if of this translation request.
|
String[] |
resultElementIds |
The ids of the elements containing the translation results, if stored in the document
|
String[] |
resultExternalDataIds |
The ids of the external data containing the translation results, if not stored in the document
|
String |
workspaceId |
The id of the document workspace that contains the translation
|
| Constructor | Description |
|---|---|
TranslationsGetTranslationsResponseItems() |
| Modifier and Type | Method | Description |
|---|---|---|
OnshapeDocument |
getDocument() |
Returns an OnshapeDocument object that can be used in subsequent calls to the related document
|
String |
getDocumentId() |
Get The id of the document that contains the translation
|
String |
getFailureReason() |
Get A string indicating the reason for the failure, if known.
|
String |
getHref() |
Get The URI for accessing this translation
|
String |
getId() |
Get The id of this translation
|
String |
getRequestElementId() |
Get The id of the element being translated
|
String |
getRequestState() |
Get The state if of this translation request.
|
String[] |
getResultElementIds() |
Get The ids of the elements containing the translation results, if stored in the document
|
String[] |
getResultExternalDataIds() |
Get The ids of the external data containing the translation results, if not stored in the document
|
String |
getWorkspaceId() |
Get The id of the document workspace that contains the translation
|
String |
toString() |
getOtherPropertiespublic String id
public String href
public String documentId
public String workspaceId
public String requestElementId
public String requestState
public String[] resultElementIds
public String[] resultExternalDataIds
public String failureReason
public TranslationsGetTranslationsResponseItems()
public final String getId()
public final String getHref()
public final String getDocumentId()
public final String getWorkspaceId()
public final String getRequestElementId()
public final String getRequestState()
public final String[] getResultElementIds()
public final String[] getResultExternalDataIds()
public final String getFailureReason()
public final OnshapeDocument getDocument()
getDocument in interface ResponseWithDocumentCopyright © 2021. All rights reserved.