| Package | Description |
|---|---|
| org.wso2.am.integration.clients.publisher.api.v1 | |
| org.wso2.am.integration.clients.publisher.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
APIDTO |
ApIsApi.updateTopics(String apiId,
TopicListDTO topicListDTO,
String ifMatch)
Update Topics
This operation can be used to update topics of an existing API.
|
okhttp3.Call |
ApIsApi.updateTopicsAsync(String apiId,
TopicListDTO topicListDTO,
String ifMatch,
ApiCallback<APIDTO> _callback)
Update Topics (asynchronously)
This operation can be used to update topics of an existing API.
|
okhttp3.Call |
ApIsApi.updateTopicsCall(String apiId,
TopicListDTO topicListDTO,
String ifMatch,
ApiCallback _callback)
Build call for updateTopics
|
ApiResponse<APIDTO> |
ApIsApi.updateTopicsWithHttpInfo(String apiId,
TopicListDTO topicListDTO,
String ifMatch)
Update Topics
This operation can be used to update topics of an existing API.
|
| Modifier and Type | Method and Description |
|---|---|
TopicListDTO |
TopicListDTO.count(Integer count) |
TopicListDTO |
TopicListDTO.list(List<TopicDTO> list) |
TopicListDTO |
TopicListDTO.pagination(PaginationDTO pagination) |
Copyright © 2021 WSO2 Inc. All rights reserved.