Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.MockResponsePayloadListDTO
-
Packages that use MockResponsePayloadListDTO Package Description org.wso2.am.integration.clients.publisher.api.v1 org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of MockResponsePayloadListDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return MockResponsePayloadListDTO Modifier and Type Method Description MockResponsePayloadListDTOApIsApi. getGeneratedMockScriptsOfAPI(String apiId, String ifNoneMatch)Get Generated Mock Response Payloads This operation can be used to get generated mock responses from examples of swagger definition of an API.Methods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type MockResponsePayloadListDTO Modifier and Type Method Description ApiResponse<MockResponsePayloadListDTO>ApIsApi. getGeneratedMockScriptsOfAPIWithHttpInfo(String apiId, String ifNoneMatch)Get Generated Mock Response Payloads This operation can be used to get generated mock responses from examples of swagger definition of an API.Method parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type MockResponsePayloadListDTO Modifier and Type Method Description okhttp3.CallApIsApi. getGeneratedMockScriptsOfAPIAsync(String apiId, String ifNoneMatch, ApiCallback<MockResponsePayloadListDTO> _callback)Get Generated Mock Response Payloads (asynchronously) This operation can be used to get generated mock responses from examples of swagger definition of an API. -
Uses of MockResponsePayloadListDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return MockResponsePayloadListDTO Modifier and Type Method Description MockResponsePayloadListDTOMockResponsePayloadListDTO. list(List<MockResponsePayloadInfoDTO> list)
-