Uses of Class
org.apache.camel.quarkus.component.soap.it.multipart.CustomerType
-
Packages that use CustomerType Package Description org.apache.camel.quarkus.component.soap.it.multipart -
-
Uses of CustomerType in org.apache.camel.quarkus.component.soap.it.multipart
Fields in org.apache.camel.quarkus.component.soap.it.multipart declared as CustomerType Modifier and Type Field Description protected CustomerTypeCustomer. typeMethods in org.apache.camel.quarkus.component.soap.it.multipart that return CustomerType Modifier and Type Method Description static CustomerTypeCustomerType. fromValue(String v)CustomerTypeCustomer. getType()static CustomerTypeCustomerType. valueOf(String name)Returns the enum constant of this type with the specified name.static CustomerType[]CustomerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.quarkus.component.soap.it.multipart with parameters of type CustomerType Modifier and Type Method Description voidCustomer. setType(CustomerType value)
-