Uses of Class
org.wso2.am.integration.clients.store.api.v1.dto.TagListDTO
-
Packages that use TagListDTO Package Description org.wso2.am.integration.clients.store.api.v1 org.wso2.am.integration.clients.store.api.v1.dto -
-
Uses of TagListDTO in org.wso2.am.integration.clients.store.api.v1
Methods in org.wso2.am.integration.clients.store.api.v1 that return TagListDTO Modifier and Type Method Description TagListDTOTagsApi. 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.Methods in org.wso2.am.integration.clients.store.api.v1 that return types with arguments of type TagListDTO Modifier and Type Method 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.Method parameters in org.wso2.am.integration.clients.store.api.v1 with type arguments of type TagListDTO Modifier and Type Method Description okhttp3.CallTagsApi. 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. -
Uses of TagListDTO in org.wso2.am.integration.clients.store.api.v1.dto
Methods in org.wso2.am.integration.clients.store.api.v1.dto that return TagListDTO Modifier and Type Method Description TagListDTOTagListDTO. count(Integer count)TagListDTOTagListDTO. list(List<TagDTO> list)TagListDTOTagListDTO. pagination(PaginationDTO pagination)
-