- close(RestConnection) - Method in class com.mulesoft.connectivity.rest.commons.api.operation.paging.RestPagingProvider
-
- close() - Method in class com.mulesoft.connectivity.rest.commons.internal.util.FromCursorProviderInputStream
-
- closeAndRelease(CursorProvider) - Static method in class com.mulesoft.connectivity.rest.commons.internal.util.RestSdkUtils
-
Closes the given cursorProvider and releases all associated resources
- CloserCompletionCallbackDecorator<T,A> - Class in com.mulesoft.connectivity.rest.commons.internal.util
-
- CloserCompletionCallbackDecorator(CompletionCallback<T, A>, Closeable) - Constructor for class com.mulesoft.connectivity.rest.commons.internal.util.CloserCompletionCallbackDecorator
-
- closeStream(Object) - Static method in class com.mulesoft.connectivity.rest.commons.internal.util.RestSdkUtils
-
Closes the given
stream which can be either a
CursorProvider or an
InputStream.
- com.mulesoft.connectivity.rest.commons.api.annotation - package com.mulesoft.connectivity.rest.commons.api.annotation
-
- com.mulesoft.connectivity.rest.commons.api.configuration - package com.mulesoft.connectivity.rest.commons.api.configuration
-
- com.mulesoft.connectivity.rest.commons.api.connection - package com.mulesoft.connectivity.rest.commons.api.connection
-
- com.mulesoft.connectivity.rest.commons.api.connection.oauth - package com.mulesoft.connectivity.rest.commons.api.connection.oauth
-
- com.mulesoft.connectivity.rest.commons.api.connection.validation - package com.mulesoft.connectivity.rest.commons.api.connection.validation
-
- com.mulesoft.connectivity.rest.commons.api.data.sample - package com.mulesoft.connectivity.rest.commons.api.data.sample
-
- com.mulesoft.connectivity.rest.commons.api.datasense.resolver.input - package com.mulesoft.connectivity.rest.commons.api.datasense.resolver.input
-
- com.mulesoft.connectivity.rest.commons.api.datasense.resolver.input.dynamic - package com.mulesoft.connectivity.rest.commons.api.datasense.resolver.input.dynamic
-
- com.mulesoft.connectivity.rest.commons.api.datasense.resolver.output - package com.mulesoft.connectivity.rest.commons.api.datasense.resolver.output
-
- com.mulesoft.connectivity.rest.commons.api.datasense.resolver.output.dynamic - package com.mulesoft.connectivity.rest.commons.api.datasense.resolver.output.dynamic
-
- com.mulesoft.connectivity.rest.commons.api.datasense.valueprovider - package com.mulesoft.connectivity.rest.commons.api.datasense.valueprovider
-
- com.mulesoft.connectivity.rest.commons.api.error - package com.mulesoft.connectivity.rest.commons.api.error
-
- com.mulesoft.connectivity.rest.commons.api.multipart - package com.mulesoft.connectivity.rest.commons.api.multipart
-
- com.mulesoft.connectivity.rest.commons.api.operation - package com.mulesoft.connectivity.rest.commons.api.operation
-
- com.mulesoft.connectivity.rest.commons.api.operation.paging - package com.mulesoft.connectivity.rest.commons.api.operation.paging
-
- com.mulesoft.connectivity.rest.commons.api.operation.queryparam - package com.mulesoft.connectivity.rest.commons.api.operation.queryparam
-
- com.mulesoft.connectivity.rest.commons.api.proxy - package com.mulesoft.connectivity.rest.commons.api.proxy
-
- com.mulesoft.connectivity.rest.commons.api.request - package com.mulesoft.connectivity.rest.commons.api.request
-
- com.mulesoft.connectivity.rest.commons.api.source - package com.mulesoft.connectivity.rest.commons.api.source
-
- com.mulesoft.connectivity.rest.commons.internal - package com.mulesoft.connectivity.rest.commons.internal
-
- com.mulesoft.connectivity.rest.commons.internal.adapter - package com.mulesoft.connectivity.rest.commons.internal.adapter
-
- com.mulesoft.connectivity.rest.commons.internal.multipart - package com.mulesoft.connectivity.rest.commons.internal.multipart
-
- com.mulesoft.connectivity.rest.commons.internal.util - package com.mulesoft.connectivity.rest.commons.internal.util
-
- CommaQueryParamFormatter - Class in com.mulesoft.connectivity.rest.commons.api.operation.queryparam
-
A
QueryParamFormatter that formats the query parameters multimap so arrays are split with commas
i.e queryParam1=value1,value2&queryParam2=value3
- CommaQueryParamFormatter() - Constructor for class com.mulesoft.connectivity.rest.commons.api.operation.queryparam.CommaQueryParamFormatter
-
- CompletionCallbackDecorator<T,A> - Class in com.mulesoft.connectivity.rest.commons.internal.util
-
Base class for a CompletionCallback decorator
- CompletionCallbackDecorator(CompletionCallback<T, A>) - Constructor for class com.mulesoft.connectivity.rest.commons.internal.util.CompletionCallbackDecorator
-
- ConfigurationOverrides - Class in com.mulesoft.connectivity.rest.commons.api.operation
-
A parameter group with the @ConfigOverrides parameters to be used on all operations
- ConfigurationOverrides() - Constructor for class com.mulesoft.connectivity.rest.commons.api.operation.ConfigurationOverrides
-
- configureClient(HttpClientConfiguration.Builder) - Method in class com.mulesoft.connectivity.rest.commons.api.connection.BaseConnectionProvider
-
Template method that will be invoked just before the httpConfiguration is turned
into an actual HttpClient.
- configureRequest(RestRequestBuilder) - Method in class com.mulesoft.connectivity.rest.commons.api.operation.paging.MarkerPagingProvider
-
- configureRequest(RestRequestBuilder) - Method in class com.mulesoft.connectivity.rest.commons.api.operation.paging.OffsetPagingProvider
-
- configureRequest(RestRequestBuilder) - Method in class com.mulesoft.connectivity.rest.commons.api.operation.paging.PageNumberPagingProvider
-
- configureRequest(RestRequestBuilder) - Method in class com.mulesoft.connectivity.rest.commons.api.operation.paging.RestPagingProvider
-
Depending on the paging strategy, different parameters or headers may need to be passed.
- connect() - Method in class com.mulesoft.connectivity.rest.commons.api.connection.BaseConnectionProvider
-
- connection - Variable in class com.mulesoft.connectivity.rest.commons.api.data.sample.RestSampleDataProvider
-
- connection - Variable in class com.mulesoft.connectivity.rest.commons.api.datasense.valueprovider.RestValueProvider
-
- connection - Variable in class com.mulesoft.connectivity.rest.commons.api.source.RestPollingSource
-
- connectionExceptionResult(String) - Static method in class com.mulesoft.connectivity.rest.commons.internal.util.ConnectionValidationUtils
-
Generates a failed ConnectionValidationResult.
- connectionExceptionResult(String, Throwable) - Static method in class com.mulesoft.connectivity.rest.commons.internal.util.ConnectionValidationUtils
-
Generates a failed ConnectionValidationResult.
- connectionValidationResult(Exception) - Static method in class com.mulesoft.connectivity.rest.commons.internal.util.ConnectionValidationUtils
-
Generates a failed ConnectionValidationResult.
- ConnectionValidationSettings - Class in com.mulesoft.connectivity.rest.commons.api.connection.validation
-
A configuration object that allows defining how the request to validate a connection must be made and what validations must
be done to that request's response.
- ConnectionValidationSettings.Builder - Class in com.mulesoft.connectivity.rest.commons.api.connection.validation
-
- ConnectionValidationUtils - Class in com.mulesoft.connectivity.rest.commons.internal.util
-
Utils class for validating connections
- ConnectionValidator - Class in com.mulesoft.connectivity.rest.commons.api.connection.validation
-
Evaluates a HTTP response and determines if a connection is valid of not.
- ConnectionValidator() - Constructor for class com.mulesoft.connectivity.rest.commons.api.connection.validation.ConnectionValidator
-
- CONNECTOR_OVERRIDES - Static variable in class com.mulesoft.connectivity.rest.commons.internal.RestConstants
-
- consumeStringAndClose(Object, MediaType, Charset) - Static method in class com.mulesoft.connectivity.rest.commons.internal.util.RestSdkUtils
-
Consumes the contents of the given stream as a String and closes it.
- consumeStringTransformAndClose(Object, Charset, MediaType, Charset) - Static method in class com.mulesoft.connectivity.rest.commons.internal.util.RestSdkUtils
-
Consumes the contents of the given stream as a String and closes it.
- containsIgnoreCase(String, String) - Static method in class com.mulesoft.connectivity.rest.commons.internal.util.RestSdkUtils
-
- content - Variable in class com.mulesoft.connectivity.rest.commons.internal.multipart.Part
-
- copy() - Method in class com.mulesoft.connectivity.rest.commons.internal.adapter.SdkResultAdapter
-
- createConnection(HttpClient, HttpAuthentication, MultiMap<String, String>, MultiMap<String, String>) - Method in class com.mulesoft.connectivity.rest.commons.api.connection.BaseConnectionProvider
-
- createConnection(HttpClient, HttpAuthentication, MultiMap<String, String>, MultiMap<String, String>) - Method in class com.mulesoft.connectivity.rest.commons.api.connection.oauth.BaseAuthorizationCodeConnectionProvider
-
- createConnection(HttpClient, HttpAuthentication, MultiMap<String, String>, MultiMap<String, String>) - Method in class com.mulesoft.connectivity.rest.commons.api.connection.oauth.BaseClientCredentialsConnectionProvider
-
- customHeaders - Variable in class com.mulesoft.connectivity.rest.commons.api.operation.EntityRequestParameters
-
Custom Headers the request should include.
- customHeaders - Variable in class com.mulesoft.connectivity.rest.commons.api.operation.NonEntityRequestParameters
-
Custom Headers the request should include.
- Customized - Annotation Type in com.mulesoft.connectivity.rest.commons.api.annotation
-
Annotation used to mark that the annotated element has been manually modified since Rest SDK
originally generated it.
- getAllBindingExpressions() - Method in class com.mulesoft.connectivity.rest.commons.api.source.RequestParameterBinding
-
- getAttributes() - Method in class com.mulesoft.connectivity.rest.commons.internal.adapter.SdkResultAdapter
-
- getAttributesMediaType() - Method in class com.mulesoft.connectivity.rest.commons.internal.adapter.SdkResultAdapter
-
- getBaseUri() - Method in class com.mulesoft.connectivity.rest.commons.api.connection.BaseConnectionProvider
-
- getBaseUri() - Method in class com.mulesoft.connectivity.rest.commons.api.connection.DefaultRestConnection
- getBaseUri() - Method in interface com.mulesoft.connectivity.rest.commons.api.connection.RestConnection
-
- getByteLength() - Method in class com.mulesoft.connectivity.rest.commons.internal.adapter.SdkResultAdapter
-
- getCharset() - Method in class com.mulesoft.connectivity.rest.commons.api.configuration.RestConfiguration
-
- getConfigName() - Method in class com.mulesoft.connectivity.rest.commons.api.connection.BaseConnectionProvider
-
- getConnectionIdleTimeout() - Method in class com.mulesoft.connectivity.rest.commons.api.connection.BaseConnectionProvider
-
- getConnectionIdleTimeoutUnit() - Method in class com.mulesoft.connectivity.rest.commons.api.connection.BaseConnectionProvider
-
- getConnectionTimeout() - Method in class com.mulesoft.connectivity.rest.commons.api.connection.BaseConnectionProvider
-
- getConnectionTimeoutUnit() - Method in class com.mulesoft.connectivity.rest.commons.api.connection.BaseConnectionProvider
-
- getContent() - Method in class com.mulesoft.connectivity.rest.commons.internal.multipart.Part
-
- getCursorStreamProviderValueFromSplitResult(TypedValue<?>) - Static method in class com.mulesoft.connectivity.rest.commons.internal.util.RequestStreamingUtils
-
Takes the result that a DW split would generate as input and generates a CursorStreamProvider that allows handling it easily.
- getCustomHeaders() - Method in class com.mulesoft.connectivity.rest.commons.api.operation.EntityRequestParameters
-
- getCustomHeaders() - Method in class com.mulesoft.connectivity.rest.commons.api.operation.NonEntityRequestParameters
-
- getCustomHeaders() - Method in interface com.mulesoft.connectivity.rest.commons.api.operation.RequestParameters
-
- getCustomQueryParams() - Method in class com.mulesoft.connectivity.rest.commons.api.operation.EntityRequestParameters
-
- getCustomQueryParams() - Method in class com.mulesoft.connectivity.rest.commons.api.operation.NonEntityRequestParameters
-
- getCustomQueryParams() - Method in interface com.mulesoft.connectivity.rest.commons.api.operation.RequestParameters
-
- getDefaultHeaders() - Method in class com.mulesoft.connectivity.rest.commons.api.connection.BaseConnectionProvider
-
- getDefaultQueryParams() - Method in class com.mulesoft.connectivity.rest.commons.api.connection.BaseConnectionProvider
-
- getDefaultResponseMediaType() - Method in class com.mulesoft.connectivity.rest.commons.api.data.sample.RestSampleDataProvider
-
- getDefaultResponseMediaType() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.valueprovider.RestValueProvider
-
- getDefaultResponseMediaType() - Method in class com.mulesoft.connectivity.rest.commons.api.operation.BaseRestOperation
-
This method specifies the MediaType that should be assumed the response to have in case the remote
service doesn't specify a Content-Type header.
- getDefaultResponseMediaType() - Method in class com.mulesoft.connectivity.rest.commons.api.source.RestPollingSource
-
- getDwIdentifier(String) - Static method in class com.mulesoft.connectivity.rest.commons.internal.util.DwUtils
-
Transforms a name into a valid DW identifier
- getErrorByCode(int) - Static method in enum com.mulesoft.connectivity.rest.commons.api.error.RestError
-
Returns the
RestError corresponding to a given status code.
- getErrorMessage() - Method in exception com.mulesoft.connectivity.rest.commons.api.error.RequestException
-
- getErrorMessage(HttpRequest) - Method in enum com.mulesoft.connectivity.rest.commons.api.error.RestError
-
Returns the custom error message for this
RestError based on the
HttpRequest that triggered it.
- getErrorTemplateExpression() - Method in class com.mulesoft.connectivity.rest.commons.api.connection.validation.TestConnectionValidation
-
- getErrorTypes() - Method in class com.mulesoft.connectivity.rest.commons.api.error.RequestErrorTypeProvider
-
- getExpressionLanguage() - Method in class com.mulesoft.connectivity.rest.commons.api.connection.validation.ConnectionValidationSettings
-
- getFilename() - Method in class com.mulesoft.connectivity.rest.commons.internal.multipart.FilePart
-
- getFormat() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.resolver.input.dynamic.FromJsonInputDynamicMetadataResolver
-
- getFormat() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.resolver.input.dynamic.JsonInputDynamicMetadataResolver
-
- getFormat() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.resolver.input.FileInputMetadataResolver
-
- getFormat() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.resolver.input.FromJsonInputMetadataResolver
-
- getFormat() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.resolver.input.JsonInputMetadataResolver
-
- getFormat() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.resolver.input.UnspecifiedCsvInputMetadataResolver
-
- getFormat() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.resolver.input.UnspecifiedInputMetadataResolver
-
- getFormat() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.resolver.input.UnspecifiedJsonInputMetadataResolver
-
- getFormat() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.resolver.input.UnspecifiedXmlInputMetadataResolver
-
- getFormat() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.resolver.output.dynamic.FromJsonOutputDynamicMetadataResolver
-
- getFormat() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.resolver.output.dynamic.JsonOutputDynamicMetadataResolver
-
- getFormat() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.resolver.output.FileOutputMetadataResolver
-
- getFormat() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.resolver.output.FromJsonOutputMetadataResolver
-
- getFormat() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.resolver.output.JsonOutputMetadataResolver
-
- getFormatter() - Method in enum com.mulesoft.connectivity.rest.commons.internal.util.RestRequestBuilder.QueryParamFormat
-
- getHeaders() - Method in class com.mulesoft.connectivity.rest.commons.api.operation.HttpResponseAttributes
-
- getHeaders() - Method in class com.mulesoft.connectivity.rest.commons.api.source.RequestParameterBinding
-
- getHeaders() - Method in class com.mulesoft.connectivity.rest.commons.internal.util.RestRequestBuilder
-
Returns an immutable map containing the headers configured for this request\
- getHost() - Method in class com.mulesoft.connectivity.rest.commons.api.proxy.HttpProxyConfig
-
- getHttpMethod() - Method in class com.mulesoft.connectivity.rest.commons.api.connection.validation.ConnectionValidationSettings
-
- getHttpStatus(RestError) - Static method in enum com.mulesoft.connectivity.rest.commons.api.error.RestError
-
Returns an
HttpConstants.HttpStatus corresponding to a given
RestError.
- getId() - Method in class com.mulesoft.connectivity.rest.commons.api.data.sample.RestSampleDataProvider
-
- getInputMetadata(MetadataContext, Object) - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.resolver.input.dynamic.SchemaInputDynamicMetadataResolver
-
- getKey() - Method in class com.mulesoft.connectivity.rest.commons.api.request.KeyValue
-
- getKey() - Method in class com.mulesoft.connectivity.rest.commons.api.source.RequestParameterBinding.Binding
-
- getMaxConnections() - Method in class com.mulesoft.connectivity.rest.commons.api.connection.BaseConnectionProvider
-
- getMediaType() - Method in class com.mulesoft.connectivity.rest.commons.internal.adapter.SdkResultAdapter
-
- getMethod() - Method in class com.mulesoft.connectivity.rest.commons.internal.util.RestRequestBuilder
-
Returns the HTTP verb to be used in this request
- getName() - Method in class com.mulesoft.connectivity.rest.commons.internal.multipart.Part
-
- getNonProxyHosts() - Method in class com.mulesoft.connectivity.rest.commons.api.proxy.HttpProxyConfig
-
- getOAuthState() - Method in class com.mulesoft.connectivity.rest.commons.api.connection.oauth.BaseAuthorizationCodeConnectionProvider
-
- getOAuthState() - Method in class com.mulesoft.connectivity.rest.commons.api.connection.oauth.BaseClientCredentialsConnectionProvider
-
- getOutput() - Method in class com.mulesoft.connectivity.rest.commons.internal.adapter.SdkResultAdapter
-
- getOutputType(MetadataContext, Object) - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.resolver.output.dynamic.SchemaOutputDynamicMetadataResolver
-
- getPage(RestConnection) - Method in class com.mulesoft.connectivity.rest.commons.api.operation.paging.RestPagingProvider
-
- getParameterBinding() - Method in class com.mulesoft.connectivity.rest.commons.api.data.sample.RestSampleDataProvider
-
Returns the parameter binding configuration of this RestPollingSource.
- getParameterBinding() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.valueprovider.RestValueProvider
-
Returns the parameter binding configuration of this RestPollingSource.
- getParameterBinding() - Method in class com.mulesoft.connectivity.rest.commons.api.source.RestPollingSource
-
Returns the parameter binding configuration of this RestPollingSource.
- getParameterValues() - Method in class com.mulesoft.connectivity.rest.commons.api.data.sample.RestSampleDataProvider
-
Returns a MultiMap containing all the parameters this source exposes to the user.
- getParameterValues() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.valueprovider.RestValueProvider
-
Returns a MultiMap containing all the parameters this source exposes to the user.
- getParameterValues() - Method in class com.mulesoft.connectivity.rest.commons.api.source.RestPollingSource
-
Returns a MultiMap containing all the parameters this source exposes to the user.
- getParent() - Method in enum com.mulesoft.connectivity.rest.commons.api.error.RestError
-
- getPassword() - Method in class com.mulesoft.connectivity.rest.commons.api.proxy.HttpProxyConfig
-
- getPathTemplate() - Method in class com.mulesoft.connectivity.rest.commons.api.data.sample.RestSampleDataProvider
-
Returns the request path for this RestSampleDataProvider with placeholders for its uri parameters.
- getPathTemplate() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.valueprovider.RestValueProvider
-
Returns the request path for this RestPollingSource with placeholders for its uri parameters.
- getPathTemplate() - Method in class com.mulesoft.connectivity.rest.commons.api.source.RestPollingSource
-
Returns the request path for this RestPollingSource with placeholders for its uri parameters.
- getPort() - Method in class com.mulesoft.connectivity.rest.commons.api.proxy.HttpProxyConfig
-
- getProtocol() - Method in class com.mulesoft.connectivity.rest.commons.api.connection.MandatoryTlsParameterGroup
-
- getProtocol() - Method in class com.mulesoft.connectivity.rest.commons.api.connection.OptionalTlsParameterGroup
-
- getProtocol() - Method in interface com.mulesoft.connectivity.rest.commons.api.connection.TlsParameterGroup
-
- getProxyConfig() - Method in class com.mulesoft.connectivity.rest.commons.api.connection.BaseConnectionProvider
-
- getQName() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.resolver.input.dynamic.XmlInputDynamicMetadataResolver
-
- getQName() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.resolver.input.XmlInputMetadataResolver
-
- getQName() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.resolver.output.dynamic.XmlOutputDynamicMetadataResolver
-
- getQName() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.resolver.output.XmlOutputMetadataResolver
-
- getQueryParams() - Method in class com.mulesoft.connectivity.rest.commons.api.source.RequestParameterBinding
-
- getQueryParams() - Method in class com.mulesoft.connectivity.rest.commons.internal.util.RestRequestBuilder
-
Returns an immutable map containing the query parameters configured for this request.
- getReasonPhrase() - Method in class com.mulesoft.connectivity.rest.commons.api.operation.HttpResponseAttributes
-
- getRequestBodyDataType() - Method in class com.mulesoft.connectivity.rest.commons.api.source.RestPollingSource
-
- getRequestBuilder(String) - Method in class com.mulesoft.connectivity.rest.commons.api.data.sample.RestSampleDataProvider
-
Return a RequestBuilder configured to do the request to the endpoint this source must poll.
- getRequestBuilder(String) - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.valueprovider.RestValueProvider
-
Return a RequestBuilder configured to do the request to the endpoint this source must poll.
- getRequestBuilder(String) - Method in class com.mulesoft.connectivity.rest.commons.api.source.RestPollingSource
-
Return a RequestBuilder configured to do the request to the endpoint this source must poll.
- getResolverName() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.resolver.input.dynamic.SchemaInputDynamicMetadataResolver
-
- getResolverName() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.resolver.input.IntegerInputMetadataResolver
-
- getResolverName() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.resolver.input.PrimitiveInputMetadataResolver
-
- getResolverName() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.resolver.input.SchemaInputMetadataResolver
-
- getResolverName() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.resolver.input.UnspecifiedInputMetadataResolver
-
- getResponseBufferSize() - Method in class com.mulesoft.connectivity.rest.commons.api.connection.BaseConnectionProvider
-
- getResponseMediaType() - Method in class com.mulesoft.connectivity.rest.commons.api.connection.validation.ConnectionValidationSettings
-
- getResponseTimeout() - Method in class com.mulesoft.connectivity.rest.commons.api.configuration.RestConfiguration
-
- getResponseTimeout() - Method in class com.mulesoft.connectivity.rest.commons.api.operation.ConfigurationOverrides
-
- getResponseTimeoutAsMillis() - Method in class com.mulesoft.connectivity.rest.commons.api.operation.ConfigurationOverrides
-
- getResponseTimeoutUnit() - Method in class com.mulesoft.connectivity.rest.commons.api.configuration.RestConfiguration
-
- getResponseTimeoutUnit() - Method in class com.mulesoft.connectivity.rest.commons.api.operation.ConfigurationOverrides
-
- getResult() - Method in class com.mulesoft.connectivity.rest.commons.api.data.sample.RestSampleDataProvider
-
- getSample() - Method in class com.mulesoft.connectivity.rest.commons.api.data.sample.RestSampleDataProvider
-
- getSample() - Method in class com.mulesoft.connectivity.rest.commons.api.data.sample.RestSampleDataProviderTrigger
-
- getSchemaPath() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.resolver.input.dynamic.SchemaInputDynamicMetadataResolver
-
Absolute path to the schema between the context of the owning connector.
- getSchemaPath() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.resolver.input.SchemaInputMetadataResolver
-
Absolute path to the schema between the context of the owning connector.
- getSchemaPath() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.resolver.output.dynamic.SchemaOutputDynamicMetadataResolver
-
Absolute path to the schema between the context of the owning connector.
- getSchemaPath() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.resolver.output.PagingMetadataResolver
-
Absolute path to the schema between the context of the owning connector.
- getSchemaPath() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.resolver.output.SchemaOutputMetadataResolver
-
Absolute path to the schema between the context of the owning connector.
- getStaticMetadata() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.resolver.input.BooleanInputMetadataResolver
-
- getStaticMetadata() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.resolver.input.DateOnlyInputMetadataResolver
-
- getStaticMetadata() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.resolver.input.DateTimeInputMetadataResolver
-
- getStaticMetadata() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.resolver.input.FileInputMetadataResolver
-
- getStaticMetadata() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.resolver.input.IntegerInputMetadataResolver
-
- getStaticMetadata() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.resolver.input.NumberInputMetadataResolver
-
- getStaticMetadata() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.resolver.input.SchemaInputMetadataResolver
-
- getStaticMetadata() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.resolver.input.StringInputMetadataResolver
-
- getStaticMetadata() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.resolver.input.TimeOnlyInputMetadataResolver
-
- getStaticMetadata() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.resolver.input.UnspecifiedInputMetadataResolver
-
- getStaticMetadata() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.resolver.output.BooleanOutputMetadataResolver
-
- getStaticMetadata() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.resolver.output.DateOnlyOutputMetadataResolver
-
- getStaticMetadata() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.resolver.output.DateTimeOutputMetadataResolver
-
- getStaticMetadata() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.resolver.output.FileOutputMetadataResolver
-
- getStaticMetadata() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.resolver.output.IntegerOutputMetadataResolver
-
- getStaticMetadata() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.resolver.output.NumberOutputMetadataResolver
-
- getStaticMetadata() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.resolver.output.PagingMetadataResolver
-
- getStaticMetadata() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.resolver.output.SchemaOutputMetadataResolver
-
- getStaticMetadata() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.resolver.output.StringOutputMetadataResolver
-
- getStaticMetadata() - Method in class com.mulesoft.connectivity.rest.commons.api.datasense.resolver.output.TimeOnlyOutputMetadataResolver
-
- getStatusCode() - Method in class com.mulesoft.connectivity.rest.commons.api.operation.HttpResponseAttributes
-
- getStreamingType() - Method in class com.mulesoft.connectivity.rest.commons.api.configuration.RestConfiguration
-
- getStreamingType() - Method in class com.mulesoft.connectivity.rest.commons.api.operation.ConfigurationOverrides
-
- getTestConnectionPath() - Method in class com.mulesoft.connectivity.rest.commons.api.connection.validation.ConnectionValidationSettings
-
- getTestConnectionValidations() - Method in class com.mulesoft.connectivity.rest.commons.api.connection.validation.ConnectionValidationSettings
-
- getTlsConfig() - Method in class com.mulesoft.connectivity.rest.commons.api.connection.BaseConnectionProvider
-
TLS secured implementations
MUST override this method to provide the
TlsParameterGroup
that configures TLS.
- getTlsContext() - Method in class com.mulesoft.connectivity.rest.commons.api.connection.MandatoryTlsParameterGroup
-
- getTlsContext() - Method in class com.mulesoft.connectivity.rest.commons.api.connection.OptionalTlsParameterGroup
-
- getTlsContext() - Method in interface com.mulesoft.connectivity.rest.commons.api.connection.TlsParameterGroup
-
- getTotalResults(RestConnection) - Method in class com.mulesoft.connectivity.rest.commons.api.operation.paging.RestPagingProvider
-
- getTypedValueOrNull(Object) - Static method in class com.mulesoft.connectivity.rest.commons.internal.util.RestSdkUtils
-
Creates a typed value for an object, or returns null if the objeect is null.
- getUri() - Method in class com.mulesoft.connectivity.rest.commons.internal.util.RestRequestBuilder
-
Returns the full uri for this request.
- getUriParams() - Method in class com.mulesoft.connectivity.rest.commons.api.source.RequestParameterBinding
-
- getUsername() - Method in class com.mulesoft.connectivity.rest.commons.api.proxy.HttpProxyConfig
-
- getValidationExpression() - Method in class com.mulesoft.connectivity.rest.commons.api.connection.validation.TestConnectionValidation
-
- getValidStatusCodes() - Method in class com.mulesoft.connectivity.rest.commons.api.connection.validation.ConnectionValidationSettings
-
- getValue() - Method in class com.mulesoft.connectivity.rest.commons.api.request.KeyValue
-
- getValue() - Method in class com.mulesoft.connectivity.rest.commons.api.source.RequestParameterBinding.Binding
-
- getWatermarkDataType() - Method in class com.mulesoft.connectivity.rest.commons.api.source.RestPollingSource
-