| Package | Description |
|---|---|
| com.mulesoft.connectivity.rest.sdk.internal.webapi.model | |
| com.mulesoft.connectivity.rest.sdk.internal.webapi.parser.amf |
| Modifier and Type | Method and Description |
|---|---|
Optional<APIOperationModel> |
APIModel.findOperation(String operationId)
Finds an operation by operationId.
|
Optional<APIOperationModel> |
APIModel.findOperation(String path,
String method)
Finds an operation by method and path.
|
List<APIOperationModel> |
APIModel.getOperationsModel() |
| Constructor and Description |
|---|
APIModel(String apiName,
String description,
String baseUri,
String apiVersion,
List<APIOperationModel> operations,
List<String> protocols) |
| Modifier and Type | Class and Description |
|---|---|
class |
AMFOperationModel |
Copyright © 2023. All rights reserved.