| Package | Description |
|---|---|
| org.apache.camel.component.servicenow |
| Modifier and Type | Method and Description |
|---|---|
ServiceNowRelease |
ServiceNowProducer.getRelease() |
ServiceNowRelease |
AbstractServiceNowProducer.getRelease() |
ServiceNowRelease |
ServiceNowConfiguration.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceNowConfiguration.setRelease(ServiceNowRelease release)
The ServiceNow release to target, default to Helsinki
See https://docs.servicenow.com
|
| Constructor and Description |
|---|
AbstractServiceNowProducer(ServiceNowEndpoint endpoint,
ServiceNowRelease release) |
Apache Camel