Uses of Class
org.apache.camel.v1.integrationplatformstatus.traits.Ingress.PathType
-
Packages that use Ingress.PathType Package Description org.apache.camel.v1.integrationplatformstatus.traits -
-
Uses of Ingress.PathType in org.apache.camel.v1.integrationplatformstatus.traits
Methods in org.apache.camel.v1.integrationplatformstatus.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.integrationplatformstatus.traits with parameters of type Ingress.PathType Modifier and Type Method Description voidIngress. setPathType(Ingress.PathType pathType)
-