Uses of Class
org.apache.camel.quarkus.component.salesforce.generated.Account_UpsellOpportunityEnum
-
Packages that use Account_UpsellOpportunityEnum Package Description org.apache.camel.quarkus.component.salesforce.generated -
-
Uses of Account_UpsellOpportunityEnum in org.apache.camel.quarkus.component.salesforce.generated
Methods in org.apache.camel.quarkus.component.salesforce.generated that return Account_UpsellOpportunityEnum Modifier and Type Method Description static Account_UpsellOpportunityEnumAccount_UpsellOpportunityEnum. fromValue(String value)Account_UpsellOpportunityEnumAccount. getUpsellOpportunity__c()static Account_UpsellOpportunityEnumAccount_UpsellOpportunityEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Account_UpsellOpportunityEnum[]Account_UpsellOpportunityEnum. 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_UpsellOpportunityEnum Modifier and Type Method Description voidAccount. setUpsellOpportunity__c(Account_UpsellOpportunityEnum UpsellOpportunity__c)
-