| 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 |
|---|---|
okhttp3.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.count(Integer count) |
TagListDTO |
TagListDTO.list(List<TagDTO> list) |
TagListDTO |
TagListDTO.pagination(PaginationDTO pagination) |
Copyright © 2021 WSO2 Inc. All rights reserved.