| Package | Description |
|---|---|
| org.wso2.am.integration.clients.store.api.v1 | |
| org.wso2.am.integration.clients.store.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
TagListDTO |
TagsApi.tagsGet(Integer limit,
Integer offset,
String xWSO2Tenant,
String ifNoneMatch)
Get all tags
This operation can be used to retrieve a list of tags that are already added to APIs.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<TagListDTO> |
TagsApi.tagsGetWithHttpInfo(Integer limit,
Integer offset,
String xWSO2Tenant,
String ifNoneMatch)
Get all tags
This operation can be used to retrieve a list of tags that are already added to APIs.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
TagsApi.tagsGetAsync(Integer limit,
Integer offset,
String xWSO2Tenant,
String ifNoneMatch,
ApiCallback<TagListDTO> callback)
Get all tags (asynchronously)
This operation can be used to retrieve a list of tags that are already added to APIs.
|
| Modifier and Type | Method and Description |
|---|---|
TagListDTO |
TagListDTO.addListItem(TagDTO listItem) |
TagListDTO |
TagListDTO.count(Integer count) |
TagListDTO |
TagListDTO.list(List<TagDTO> list) |
TagListDTO |
TagListDTO.pagination(PaginationDTO pagination) |
Copyright © 2020 WSO2 Inc. All rights reserved.