| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
InlineResponse2004 |
CaptureApi.getCapture(String id)
Retrieve a Capture
Include the capture ID in the GET request to retrieve the capture details.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<InlineResponse2004> |
CaptureApi.getCaptureWithHttpInfo(String id)
Retrieve a Capture
Include the capture ID in the GET request to retrieve the capture details.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
CaptureApi.getCaptureAsync(String id,
ApiCallback<InlineResponse2004> callback)
Retrieve a Capture (asynchronously)
Include the capture ID in the GET request to retrieve the capture details.
|
Copyright © 2018. All rights reserved.