public class OpenAPIDslOperationConnection extends OpenAPIOperationConnection
| Constructor and Description |
|---|
OpenAPIDslOperationConnection(OperationContext context) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHttpMethod()
Gets the OpenAPI DSL HTTP method from the connector action / operation field.Extracts the HTTP method from
ObjectTypeId set during browse and accounts for the possibility of multiple ":"s in the ObjectTypeId
|
String |
getPath()
Gets the OpenAPI DSL configured Path to execute upon.
|
getClient, getEntityContentType, getRequestCookie, getResponseCookiedoPreemptiveAuthentication, getAuthenticationCredentials, getAuthSchemeProviders, getHttpClient, getHttpContext, getRedirectStrategy, getRetryHandler, useSystemPropertiesgetAuthenticationType, getAWSAccessKey, getAWSRegion, getAWSSecretKey, getAWSService, getCookieScope, getCustomAuthCredentials, getOAuthContext, getPassword, getPreemptive, getPrivateKeyStore, getPublicKeyStore, getUrl, getUsername, isConnectionPoolingEnabledgenerateConnectionInfo, generateConnectionInfo, getConnector, getContext, getOperationContextpublic OpenAPIDslOperationConnection(OperationContext context)
public String getPath()
getPath in class OpenAPIOperationConnectionpublic String getHttpMethod()
getHttpMethod in class RestConnection<OperationContext>