| Modifier and Type | Method and Description |
|---|---|
static HTTPMethod |
HTTPMethod.fromString(String method) |
HTTPMethod |
ConnectorOperation.getHttpMethod() |
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,
List<TriggerParameter> parameters,
List<ParameterBinding> requestBindings,
List<ParameterBinding> responseBindings,
Body body,
TypeDefinition inputMetadata,
TypeDefinition outputMetadata,
List<ConnectorSecurityScheme> securitySchemes,
String alternativeBaseUri,
Pagination pagination,
Boolean skipOutputTypeValidation,
Boolean voidOperation,
QueryParamArrayFormat queryParamArrayFormat,
boolean isIgnored,
boolean isAdapter) |
| Modifier and Type | Method and Description |
|---|---|
HTTPMethod |
OperationBuilder.getHttpMethod() |
HTTPMethod |
TriggerBuilder.getMethod() |
| Modifier and Type | Method and Description |
|---|---|
TriggerBuilder |
TriggerBuilder.method(HTTPMethod method) |
| Modifier and Type | Method and Description |
|---|---|
HTTPMethod |
HttpRequestDataExpression.getMethod() |
| Constructor and Description |
|---|
HttpRequestDataExpression(String path,
HTTPMethod method,
HttpRequestBinding httpRequestBinding) |
| Modifier and Type | Method and Description |
|---|---|
HTTPMethod |
TestConnectionConfig.getMethod() |
| Constructor and Description |
|---|
TestConnectionConfig(String path,
HTTPMethod method,
Set<String> validStatusCodes,
javax.ws.rs.core.MediaType mediaType,
List<TestConnectionValidationConfig> validations) |
Copyright © 2024. All rights reserved.