Class GetFlightsIdOperationBase

  • Direct Known Subclasses:
    GetFlightsIdOperationRefinement

    public abstract class GetFlightsIdOperationBase
    extends com.mulesoft.connectivity.rest.commons.api.operation.BaseRestOperation
    Higher part of the Operation. It has the implementation of the operation.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static String OPERATION_PATH  
      protected static com.mulesoft.connectivity.rest.commons.internal.util.RestRequestBuilder.ParameterArrayFormat QUERY_PARAM_FORMAT  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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)  
      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)  
      protected com.mulesoft.connectivity.rest.commons.api.binding.HttpRequestBinding getRequestBindings()  
      protected String getRequestBodyMediaType()  
      protected com.mulesoft.connectivity.rest.commons.api.binding.HttpResponseBinding getResponseBindings()  
      protected String getResponseBodyMediaType()  
      • 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

      • QUERY_PARAM_FORMAT

        protected static final com.mulesoft.connectivity.rest.commons.internal.util.RestRequestBuilder.ParameterArrayFormat QUERY_PARAM_FORMAT
    • Constructor Detail

      • GetFlightsIdOperationBase

        public GetFlightsIdOperationBase()
      • GetFlightsIdOperationBase

        public GetFlightsIdOperationBase​(org.mule.runtime.api.el.ExpressionLanguage arg0)
    • 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:
        getRequestBodyMediaType in class com.mulesoft.connectivity.rest.commons.api.operation.BaseRestOperation
      • getResponseBodyMediaType

        protected String getResponseBodyMediaType()
        Overrides:
        getResponseBodyMediaType in class com.mulesoft.connectivity.rest.commons.api.operation.BaseRestOperation
      • getRequestBindings

        protected com.mulesoft.connectivity.rest.commons.api.binding.HttpRequestBinding getRequestBindings()
        Overrides:
        getRequestBindings in class com.mulesoft.connectivity.rest.commons.api.operation.BaseRestOperation
      • getResponseBindings

        protected com.mulesoft.connectivity.rest.commons.api.binding.HttpResponseBinding getResponseBindings()
        Overrides:
        getResponseBindings in class com.mulesoft.connectivity.rest.commons.api.operation.BaseRestOperation