Uses of Class
org.apache.camel.quarkus.component.salesforce.generated.Account_ActiveEnum
-
Packages that use Account_ActiveEnum Package Description org.apache.camel.quarkus.component.salesforce.generated -
-
Uses of Account_ActiveEnum in org.apache.camel.quarkus.component.salesforce.generated
Methods in org.apache.camel.quarkus.component.salesforce.generated that return Account_ActiveEnum Modifier and Type Method Description static Account_ActiveEnumAccount_ActiveEnum. fromValue(String value)Account_ActiveEnumAccount. getActive__c()static Account_ActiveEnumAccount_ActiveEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Account_ActiveEnum[]Account_ActiveEnum. 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_ActiveEnum Modifier and Type Method Description voidAccount. setActive__c(Account_ActiveEnum Active__c)
-