Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.SequenceBackendListDTO
-
Packages that use SequenceBackendListDTO Package Description org.wso2.am.integration.clients.publisher.api.v1 org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of SequenceBackendListDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return SequenceBackendListDTO Modifier and Type Method Description SequenceBackendListDTOApIsApi. getSequenceBackendData(String apiId)Get Sequence Backends of the API This operation can be used to get Sequence Backend data of the APIMethods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type SequenceBackendListDTO Modifier and Type Method Description ApiResponse<SequenceBackendListDTO>ApIsApi. getSequenceBackendDataWithHttpInfo(String apiId)Get Sequence Backends of the API This operation can be used to get Sequence Backend data of the APIMethod parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type SequenceBackendListDTO Modifier and Type Method Description okhttp3.CallApIsApi. getSequenceBackendDataAsync(String apiId, ApiCallback<SequenceBackendListDTO> _callback)Get Sequence Backends of the API (asynchronously) This operation can be used to get Sequence Backend data of the API -
Uses of SequenceBackendListDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return SequenceBackendListDTO Modifier and Type Method Description SequenceBackendListDTOSequenceBackendListDTO. count(Integer count)SequenceBackendListDTOSequenceBackendListDTO. list(List<SequenceBackendDTO> list)
-