Uses of Class
org.apache.camel.builder.endpoint.dsl.Jt400EndpointBuilderFactory.SearchType
-
Packages that use Jt400EndpointBuilderFactory.SearchType Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of Jt400EndpointBuilderFactory.SearchType in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return Jt400EndpointBuilderFactory.SearchType Modifier and Type Method Description static Jt400EndpointBuilderFactory.SearchTypeJt400EndpointBuilderFactory.SearchType. valueOf(String name)Returns the enum constant of this type with the specified name.static Jt400EndpointBuilderFactory.SearchType[]Jt400EndpointBuilderFactory.SearchType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.builder.endpoint.dsl with parameters of type Jt400EndpointBuilderFactory.SearchType Modifier and Type Method Description default Jt400EndpointBuilderFactory.Jt400EndpointConsumerBuilderJt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder. searchType(Jt400EndpointBuilderFactory.SearchType searchType)Search type such as EQ for equal etc.
-