Uses of Class
org.apache.camel.component.servicenow.ServiceNowRelease
-
Packages that use ServiceNowRelease Package Description org.apache.camel.component.servicenow -
-
Uses of ServiceNowRelease in org.apache.camel.component.servicenow
Methods in org.apache.camel.component.servicenow that return ServiceNowRelease Modifier and Type Method Description ServiceNowRelease
AbstractServiceNowProducer. getRelease()
ServiceNowRelease
ServiceNowConfiguration. getRelease()
ServiceNowRelease
ServiceNowProducer. getRelease()
static ServiceNowRelease
ServiceNowRelease. valueOf(String name)
Returns the enum constant of this type with the specified name.static ServiceNowRelease[]
ServiceNowRelease. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.servicenow with parameters of type ServiceNowRelease Modifier and Type Method Description void
ServiceNowConfiguration. setRelease(ServiceNowRelease release)
The ServiceNow release to target, default to Helsinki See https://docs.servicenow.comConstructors in org.apache.camel.component.servicenow with parameters of type ServiceNowRelease Constructor Description AbstractServiceNowProducer(ServiceNowEndpoint endpoint, ServiceNowRelease release)
-