Uses of Class
org.apache.camel.component.servicenow.ServiceNowParams
-
Packages that use ServiceNowParams Package Description org.apache.camel.component.servicenow -
-
Uses of ServiceNowParams in org.apache.camel.component.servicenow
Methods in org.apache.camel.component.servicenow that return ServiceNowParams Modifier and Type Method Description static ServiceNowParams
ServiceNowParams. valueOf(String name)
Returns the enum constant of this type with the specified name.static ServiceNowParams[]
ServiceNowParams. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-