| Package | Description |
|---|---|
| com.mulesoft.connectivity.rest.sdk.internal.connectormodel | |
| com.mulesoft.connectivity.rest.sdk.internal.connectormodel.dataexpression.httprequest |
| Modifier and Type | Method and Description |
|---|---|
static HTTPMethod |
HTTPMethod.fromString(String method) |
static HTTPMethod |
HTTPMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HTTPMethod[] |
HTTPMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ConnectorOperation(String operationIdentifier,
String displayName,
String description,
String path,
HTTPMethod httpMethod,
List<Parameter> uriParameters,
List<Parameter> queryParameters,
List<Parameter> headers,
TypeDefinition inputMetadata,
TypeDefinition outputMetadata,
List<ConnectorSecurityScheme> securitySchemes,
String alternativeBaseUri,
Pagination pagination,
Boolean skipOutputTypeValidation,
Boolean voidOperation,
QueryParamArrayFormat queryParamArrayFormat,
boolean isIgnored) |
| Modifier and Type | Method and Description |
|---|---|
HTTPMethod |
HttpRequestDataExpression.getMethod() |
| Constructor and Description |
|---|
HttpRequestDataExpression(String path,
HTTPMethod method,
HttpRequestBinding httpRequestBinding) |
Copyright © 2021. All rights reserved.