Interface Olingo2EndpointBuilderFactory.Olingo2Builders

    • Method Detail

      • olingo2

        default Olingo2EndpointBuilderFactory.Olingo2EndpointBuilder olingo2​(String path)
        Olingo2 (camel-olingo2) Communicate with OData 2.0 services using Apache Olingo. Category: cloud Since: 2.14 Maven coordinates: org.apache.camel:camel-olingo2 Syntax: olingo2:apiName/methodName Path parameter: apiName (required) What kind of operation to perform The value can be one of: DEFAULT Path parameter: methodName (required) What sub operation to use for the selected operation
        Parameters:
        path - apiName/methodName
      • olingo2

        default Olingo2EndpointBuilderFactory.Olingo2EndpointBuilder olingo2​(String componentName,
                                                                             String path)
        Olingo2 (camel-olingo2) Communicate with OData 2.0 services using Apache Olingo. Category: cloud Since: 2.14 Maven coordinates: org.apache.camel:camel-olingo2 Syntax: olingo2:apiName/methodName Path parameter: apiName (required) What kind of operation to perform The value can be one of: DEFAULT Path parameter: methodName (required) What sub operation to use for the selected operation
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - apiName/methodName