| 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)
Generate mock response payloads
This operation can be used to generate mock responses from examples of swagger definition of an API.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<MockResponsePayloadListDTO> |
ApIsApi.getGeneratedMockScriptsOfAPIWithHttpInfo(String apiId,
String ifNoneMatch)
Generate mock response payloads
This operation can be used to generate mock responses from examples of swagger definition of an API.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ApIsApi.getGeneratedMockScriptsOfAPIAsync(String apiId,
String ifNoneMatch,
ApiCallback<MockResponsePayloadListDTO> callback)
Generate mock response payloads (asynchronously)
This operation can be used to generate mock responses from examples of swagger definition of an API.
|
| Modifier and Type | Method and Description |
|---|---|
MockResponsePayloadListDTO |
MockResponsePayloadListDTO.addListItem(MockResponsePayloadInfoDTO listItem) |
MockResponsePayloadListDTO |
MockResponsePayloadListDTO.list(List<MockResponsePayloadInfoDTO> list) |
Copyright © 2020 WSO2 Inc. All rights reserved.