Uses of Class
org.apache.camel.quarkus.component.salesforce.generated.Account_SLAEnum
-
Packages that use Account_SLAEnum Package Description org.apache.camel.quarkus.component.salesforce.generated -
-
Uses of Account_SLAEnum in org.apache.camel.quarkus.component.salesforce.generated
Methods in org.apache.camel.quarkus.component.salesforce.generated that return Account_SLAEnum Modifier and Type Method Description static Account_SLAEnumAccount_SLAEnum. fromValue(String value)Account_SLAEnumAccount. getSLA__c()static Account_SLAEnumAccount_SLAEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Account_SLAEnum[]Account_SLAEnum. 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_SLAEnum Modifier and Type Method Description voidAccount. setSLA__c(Account_SLAEnum SLA__c)
-