Uses of Class
org.apache.camel.v1.integrationspec.traits.Ingress.PathType
-
Packages that use Ingress.PathType Package Description org.apache.camel.v1.integrationspec.traits -
-
Uses of Ingress.PathType in org.apache.camel.v1.integrationspec.traits
Methods in org.apache.camel.v1.integrationspec.traits that return Ingress.PathType Modifier and Type Method Description Ingress.PathTypeIngress. getPathType()static Ingress.PathTypeIngress.PathType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Ingress.PathType[]Ingress.PathType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.v1.integrationspec.traits with parameters of type Ingress.PathType Modifier and Type Method Description voidIngress. setPathType(Ingress.PathType pathType)
-