public interface Retinas
| Modifier and Type | Method and Description |
|---|---|
List<Retina> |
getAllRetinas()
Retrieve all available retinas.
|
Retina |
retinaByName(String name)
Find retina by name.
|
List<Retina> getAllRetinas() throws ApiException
ApiExceptionRetina retinaByName(String name) throws ApiException
name - : the retina's name.ApiExceptionCopyright © 2015. All rights reserved.