| Package | Description |
|---|---|
| com.docdoku.api.services |
| Modifier and Type | Method and Description |
|---|---|
LightPartMasterDTO |
ProductInstancesApi.getPartFromPathLink(String workspaceId,
String ciId,
String serialNumber,
String pathPart)
Get part from path-to-path link
|
LightPartMasterDTO |
WorkspacesApi.getPartFromPathLink(String workspaceId,
String ciId,
String serialNumber,
String pathPart)
Get part from path-to-path link
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<LightPartMasterDTO> |
ProductInstancesApi.getPartFromPathLinkWithHttpInfo(String workspaceId,
String ciId,
String serialNumber,
String pathPart)
Get part from path-to-path link
|
ApiResponse<LightPartMasterDTO> |
WorkspacesApi.getPartFromPathLinkWithHttpInfo(String workspaceId,
String ciId,
String serialNumber,
String pathPart)
Get part from path-to-path link
|
List<LightPartMasterDTO> |
PartsApi.searchPartNumbers(String workspaceId,
String q)
Search for available part numbers in given workspace
|
List<LightPartMasterDTO> |
WorkspacesApi.searchPartNumbers(String workspaceId,
String q)
Search for available part numbers in given workspace
|
ApiResponse<List<LightPartMasterDTO>> |
PartsApi.searchPartNumbersWithHttpInfo(String workspaceId,
String q)
Search for available part numbers in given workspace
|
ApiResponse<List<LightPartMasterDTO>> |
WorkspacesApi.searchPartNumbersWithHttpInfo(String workspaceId,
String q)
Search for available part numbers in given workspace
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ProductInstancesApi.getPartFromPathLinkAsync(String workspaceId,
String ciId,
String serialNumber,
String pathPart,
ApiCallback<LightPartMasterDTO> callback)
Get part from path-to-path link (asynchronously)
|
com.squareup.okhttp.Call |
WorkspacesApi.getPartFromPathLinkAsync(String workspaceId,
String ciId,
String serialNumber,
String pathPart,
ApiCallback<LightPartMasterDTO> callback)
Get part from path-to-path link (asynchronously)
|
com.squareup.okhttp.Call |
PartsApi.searchPartNumbersAsync(String workspaceId,
String q,
ApiCallback<List<LightPartMasterDTO>> callback)
Search for available part numbers in given workspace (asynchronously)
|
com.squareup.okhttp.Call |
WorkspacesApi.searchPartNumbersAsync(String workspaceId,
String q,
ApiCallback<List<LightPartMasterDTO>> callback)
Search for available part numbers in given workspace (asynchronously)
|
Copyright © 2019 DocDoku. All rights reserved.