Uses of Class
org.apache.camel.v1alpha1.kameletbindingspec.integration.traits.Service.Type
-
Packages that use Service.Type Package Description org.apache.camel.v1alpha1.kameletbindingspec.integration.traits -
-
Uses of Service.Type in org.apache.camel.v1alpha1.kameletbindingspec.integration.traits
Methods in org.apache.camel.v1alpha1.kameletbindingspec.integration.traits that return Service.Type Modifier and Type Method Description Service.TypeService. getType()static Service.TypeService.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Service.Type[]Service.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.v1alpha1.kameletbindingspec.integration.traits with parameters of type Service.Type Modifier and Type Method Description voidService. setType(Service.Type type)
-