Uses of Class
org.apache.camel.quarkus.component.salesforce.generated.Account_CustomerPriorityEnum
-
Packages that use Account_CustomerPriorityEnum Package Description org.apache.camel.quarkus.component.salesforce.generated -
-
Uses of Account_CustomerPriorityEnum in org.apache.camel.quarkus.component.salesforce.generated
Methods in org.apache.camel.quarkus.component.salesforce.generated that return Account_CustomerPriorityEnum Modifier and Type Method Description static Account_CustomerPriorityEnumAccount_CustomerPriorityEnum. fromValue(String value)Account_CustomerPriorityEnumAccount. getCustomerPriority__c()static Account_CustomerPriorityEnumAccount_CustomerPriorityEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Account_CustomerPriorityEnum[]Account_CustomerPriorityEnum. 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_CustomerPriorityEnum Modifier and Type Method Description voidAccount. setCustomerPriority__c(Account_CustomerPriorityEnum CustomerPriority__c)
-