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 ServiceNowClient
AbstractServiceNowProcessor. client
Methods in org.apache.camel.component.servicenow that return ServiceNowClient Modifier and Type Method Description ServiceNowClient
ServiceNowClient. accept(String... types)
ServiceNowClient
ServiceNowClient. accept(javax.ws.rs.core.MediaType... types)
ServiceNowClient
ServiceNowClient. path(Object path)
ServiceNowClient
ServiceNowClient. query(Class<?> model)
ServiceNowClient
ServiceNowClient. query(String name, Object... values)
ServiceNowClient
ServiceNowClient. query(ServiceNowParam param, org.apache.camel.Message message)
ServiceNowClient
ServiceNowClient. queryF(String name, String format, Object... values)
ServiceNowClient
ServiceNowClient. reset()
ServiceNowClient
ServiceNowClient. type(String type)
ServiceNowClient
ServiceNowClient. type(javax.ws.rs.core.MediaType ct)
ServiceNowClient
ServiceNowClient. types(javax.ws.rs.core.MediaType type)
ServiceNowClient
ServiceNowClient. types(javax.ws.rs.core.MediaType accept, javax.ws.rs.core.MediaType type)
-