Uses of Class
org.apache.camel.quarkus.component.salesforce.generated.Account_IndustryEnum
-
Packages that use Account_IndustryEnum Package Description org.apache.camel.quarkus.component.salesforce.generated -
-
Uses of Account_IndustryEnum in org.apache.camel.quarkus.component.salesforce.generated
Methods in org.apache.camel.quarkus.component.salesforce.generated that return Account_IndustryEnum Modifier and Type Method Description static Account_IndustryEnumAccount_IndustryEnum. fromValue(String value)Account_IndustryEnumAccount. getIndustry()static Account_IndustryEnumAccount_IndustryEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Account_IndustryEnum[]Account_IndustryEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.quarkus.component.salesforce.generated with parameters of type Account_IndustryEnum Modifier and Type Method Description voidAccount. setIndustry(Account_IndustryEnum Industry)
-