public interface GpgKeyApi
| Modifier and Type | Interface and Description |
|---|---|
static class |
GpgKeyApi.NotImplemented
A default implementation which allows source compatibility when adding new methods to the
interface.
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
GpgKeyInfo |
get() |
GpgKeyInfo get() throws RestApiException
RestApiExceptionvoid delete()
throws RestApiException
RestApiException