public interface TagApi
| Modifier and Type | Interface and Description |
|---|---|
static class |
TagApi.NotImplemented
A default implementation which allows source compatibility when adding new methods to the
interface.
|
| Modifier and Type | Method and Description |
|---|---|
TagApi |
create(TagInput input) |
void |
delete() |
TagInfo |
get() |
TagApi create(TagInput input) throws RestApiException
RestApiExceptionTagInfo get() throws RestApiException
RestApiExceptionvoid delete()
throws RestApiException
RestApiExceptionCopyright © 2018. All rights reserved.