| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
TemplateTag |
TemplatesApi.templatesTagsPost(String tagName)
Create a new Tag to be used in your Templates
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<TemplateTag> |
TemplatesApi.templatesTagsPostWithHttpInfo(String tagName)
Create a new Tag to be used in your Templates
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
TemplatesApi.templatesTagsPostAsync(String tagName,
ApiCallback<TemplateTag> callback)
Create a new Tag to be used in your Templates (asynchronously)
|
| Modifier and Type | Method and Description |
|---|---|
TemplateTag |
TemplateTag.name(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<TemplateTag> |
TemplateTagList.getGlobalTags()
List of globally available Tags
|
List<TemplateTag> |
TemplateTagList.getTags()
List of personal Tags
|
| Modifier and Type | Method and Description |
|---|---|
TemplateTagList |
TemplateTagList.addGlobalTagsItem(TemplateTag globalTagsItem) |
TemplateTagList |
TemplateTagList.addTagsItem(TemplateTag tagsItem) |
| Modifier and Type | Method and Description |
|---|---|
TemplateTagList |
TemplateTagList.globalTags(List<TemplateTag> globalTags) |
void |
TemplateTagList.setGlobalTags(List<TemplateTag> globalTags) |
void |
TemplateTagList.setTags(List<TemplateTag> tags) |
TemplateTagList |
TemplateTagList.tags(List<TemplateTag> tags) |
Copyright © 2019. All rights reserved.