Uses of Enum Class
org.apache.camel.component.servicenow.ServiceNowRelease
Packages that use ServiceNowRelease
-
Uses of ServiceNowRelease in org.apache.camel.component.servicenow
Methods in org.apache.camel.component.servicenow that return ServiceNowReleaseModifier and TypeMethodDescriptionAbstractServiceNowProducer.getRelease()ServiceNowConfiguration.getRelease()ServiceNowProducer.getRelease()static ServiceNowReleaseReturns the enum constant of this class with the specified name.static ServiceNowRelease[]ServiceNowRelease.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.servicenow with parameters of type ServiceNowReleaseModifier and TypeMethodDescriptionvoidServiceNowConfiguration.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 ServiceNowReleaseModifierConstructorDescriptionAbstractServiceNowProducer(ServiceNowEndpoint endpoint, ServiceNowRelease release)