Class GetFlightsIdOperationBase
- java.lang.Object
-
- com.mulesoft.connectivity.rest.commons.api.operation.BaseRestOperation
-
- com.mulesoft.connectors.unitedflightsintegration.internal.operation.base.GetFlightsIdOperationBase
-
- Direct Known Subclasses:
GetFlightsIdOperationRefinement
public abstract class GetFlightsIdOperationBase extends com.mulesoft.connectivity.rest.commons.api.operation.BaseRestOperationHigher part of the Operation. It has the implementation of the operation.
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringOPERATION_PATHprotected static com.mulesoft.connectivity.rest.commons.internal.util.RestRequestBuilder.ParameterArrayFormatQUERY_PARAM_FORMAT
-
Constructor Summary
Constructors Constructor Description GetFlightsIdOperationBase()GetFlightsIdOperationBase(org.mule.runtime.api.el.ExpressionLanguage arg0)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidgetFlightsId(com.mulesoft.connectivity.rest.commons.api.configuration.RestConfiguration config, com.mulesoft.connectivity.rest.commons.api.connection.RestConnection connection, String idUriParam, String dummyQueryParamQueryParam, String dummyHeaderHeader, com.mulesoft.connectivity.rest.commons.api.operation.RequestParameters parameters, com.mulesoft.connectivity.rest.commons.api.operation.ConfigurationOverrides overrides, org.mule.runtime.extension.api.runtime.process.CompletionCallback<InputStream,Object> callback)protected voidgetFlightsIdMain(com.mulesoft.connectivity.rest.commons.api.configuration.RestConfiguration config, com.mulesoft.connectivity.rest.commons.api.connection.RestConnection connection, String idUriParam, String dummyQueryParamQueryParam, String dummyHeaderHeader, Map<String,Object> customParameterBindings, com.mulesoft.connectivity.rest.commons.api.operation.RequestParameters parameters, com.mulesoft.connectivity.rest.commons.api.operation.ConfigurationOverrides overrides, org.mule.runtime.extension.api.runtime.process.CompletionCallback<InputStream,Object> callback)protected com.mulesoft.connectivity.rest.commons.api.binding.HttpRequestBindinggetRequestBindings()protected StringgetRequestBodyMediaType()protected com.mulesoft.connectivity.rest.commons.api.binding.HttpResponseBindinggetResponseBindings()protected StringgetResponseBodyMediaType()-
Methods inherited from class com.mulesoft.connectivity.rest.commons.api.operation.BaseRestOperation
callbackObjectAttributesAdapter, doRequest, doVoidRequest, getDefaultResponseMediaType, getExpressionLanguage, getRequestBuilderWithBindings, getResponseInterceptorDescriptor, handleResponse, nullOnNotFoundErrorCompletionCallbackAdapter, postProcessResult, resolveDefaultResponseMediaType, toObjectResult, withMultipart
-
-
-
-
Field Detail
-
OPERATION_PATH
protected static final String OPERATION_PATH
- See Also:
- Constant Field Values
-
QUERY_PARAM_FORMAT
protected static final com.mulesoft.connectivity.rest.commons.internal.util.RestRequestBuilder.ParameterArrayFormat QUERY_PARAM_FORMAT
-
-
Method Detail
-
getFlightsId
protected void getFlightsId(com.mulesoft.connectivity.rest.commons.api.configuration.RestConfiguration config, com.mulesoft.connectivity.rest.commons.api.connection.RestConnection connection, String idUriParam, String dummyQueryParamQueryParam, String dummyHeaderHeader, com.mulesoft.connectivity.rest.commons.api.operation.RequestParameters parameters, com.mulesoft.connectivity.rest.commons.api.operation.ConfigurationOverrides overrides, org.mule.runtime.extension.api.runtime.process.CompletionCallback<InputStream,Object> callback)
-
getFlightsIdMain
protected void getFlightsIdMain(com.mulesoft.connectivity.rest.commons.api.configuration.RestConfiguration config, com.mulesoft.connectivity.rest.commons.api.connection.RestConnection connection, String idUriParam, String dummyQueryParamQueryParam, String dummyHeaderHeader, Map<String,Object> customParameterBindings, com.mulesoft.connectivity.rest.commons.api.operation.RequestParameters parameters, com.mulesoft.connectivity.rest.commons.api.operation.ConfigurationOverrides overrides, org.mule.runtime.extension.api.runtime.process.CompletionCallback<InputStream,Object> callback)
-
getRequestBodyMediaType
protected String getRequestBodyMediaType()
- Overrides:
getRequestBodyMediaTypein classcom.mulesoft.connectivity.rest.commons.api.operation.BaseRestOperation
-
getResponseBodyMediaType
protected String getResponseBodyMediaType()
- Overrides:
getResponseBodyMediaTypein classcom.mulesoft.connectivity.rest.commons.api.operation.BaseRestOperation
-
getRequestBindings
protected com.mulesoft.connectivity.rest.commons.api.binding.HttpRequestBinding getRequestBindings()
- Overrides:
getRequestBindingsin classcom.mulesoft.connectivity.rest.commons.api.operation.BaseRestOperation
-
getResponseBindings
protected com.mulesoft.connectivity.rest.commons.api.binding.HttpResponseBinding getResponseBindings()
- Overrides:
getResponseBindingsin classcom.mulesoft.connectivity.rest.commons.api.operation.BaseRestOperation
-
-