| 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 |
|---|---|
MockResponsePayloadListDTO |
ApIsApi.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.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
ApIsApi.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.
|
| Modifier and Type | Method and Description |
|---|---|
MockResponsePayloadListDTO |
MockResponsePayloadListDTO.list(List<MockResponsePayloadInfoDTO> list) |
Copyright © 2021 WSO2 Inc. All rights reserved.