Interface ServiceNowEndpointBuilderFactory.ServiceNowBuilders

    • Method Detail

      • servicenow

        default ServiceNowEndpointBuilderFactory.ServiceNowHeaderNameBuilder servicenow()
        ServiceNow (camel-servicenow) Interact with ServiceNow via its REST API. Category: api,cloud,management Since: 2.18 Maven coordinates: org.apache.camel:camel-servicenow
        Returns:
        the dsl builder for the headers' name.
      • servicenow

        default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder servicenow​(String path)
        ServiceNow (camel-servicenow) Interact with ServiceNow via its REST API. Category: api,cloud,management Since: 2.18 Maven coordinates: org.apache.camel:camel-servicenow Syntax: servicenow:instanceName Path parameter: instanceName (required) The ServiceNow instance name
        Parameters:
        path - instanceName
        Returns:
        the dsl builder
      • servicenow

        default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder servicenow​(String componentName,
                                                                                      String path)
        ServiceNow (camel-servicenow) Interact with ServiceNow via its REST API. Category: api,cloud,management Since: 2.18 Maven coordinates: org.apache.camel:camel-servicenow Syntax: servicenow:instanceName Path parameter: instanceName (required) The ServiceNow instance name
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - instanceName
        Returns:
        the dsl builder