Uses of Class
org.apache.camel.component.servicenow.ServiceNowClient
-
Packages that use ServiceNowClient Package Description org.apache.camel.component.servicenow -
-
Uses of ServiceNowClient in org.apache.camel.component.servicenow
Fields in org.apache.camel.component.servicenow declared as ServiceNowClient Modifier and Type Field Description protected ServiceNowClientAbstractServiceNowProcessor. clientMethods in org.apache.camel.component.servicenow that return ServiceNowClient Modifier and Type Method Description ServiceNowClientServiceNowClient. accept(String... types)ServiceNowClientServiceNowClient. accept(javax.ws.rs.core.MediaType... types)ServiceNowClientServiceNowClient. path(Object path)ServiceNowClientServiceNowClient. query(Class<?> model)ServiceNowClientServiceNowClient. query(String name, Object... values)ServiceNowClientServiceNowClient. query(ServiceNowParam param, org.apache.camel.Message message)ServiceNowClientServiceNowClient. queryF(String name, String format, Object... values)ServiceNowClientServiceNowClient. reset()ServiceNowClientServiceNowClient. type(String type)ServiceNowClientServiceNowClient. type(javax.ws.rs.core.MediaType ct)ServiceNowClientServiceNowClient. types(javax.ws.rs.core.MediaType type)ServiceNowClientServiceNowClient. types(javax.ws.rs.core.MediaType accept, javax.ws.rs.core.MediaType type)
-