| Total Complexity | 3 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 14 | class CaptureInteractiveRetrieve extends AbstractAPI |
||
| 15 | { |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @inheritDoc |
||
| 19 | */ |
||
| 20 | 1 | public function basePath(): string |
|
| 21 | { |
||
| 22 | 1 | return 'Capture/Interactive/Retrieve/v1'; |
|
| 23 | } |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @inheritDoc |
||
| 27 | */ |
||
| 28 | 1 | protected function responseClass(): string |
|
| 31 | } |
||
| 32 | |||
| 33 | /** |
||
| 34 | * The Id from a Find method to retrieve the details for. |
||
| 35 | * |
||
| 36 | * @param string $id |
||
| 37 | * |
||
| 38 | * @return $this |
||
| 39 | */ |
||
| 40 | 1 | public function setId(string $id): self |
|
| 43 | } |
||
| 44 | } |
||
| 45 |