Uses of Class
org.apache.camel.quarkus.component.salesforce.generated.Account_BillingGeocodeAccuracyEnum
-
Packages that use Account_BillingGeocodeAccuracyEnum Package Description org.apache.camel.quarkus.component.salesforce.generated -
-
Uses of Account_BillingGeocodeAccuracyEnum in org.apache.camel.quarkus.component.salesforce.generated
Methods in org.apache.camel.quarkus.component.salesforce.generated that return Account_BillingGeocodeAccuracyEnum Modifier and Type Method Description static Account_BillingGeocodeAccuracyEnumAccount_BillingGeocodeAccuracyEnum. fromValue(String value)Account_BillingGeocodeAccuracyEnumAccount. getBillingGeocodeAccuracy()static Account_BillingGeocodeAccuracyEnumAccount_BillingGeocodeAccuracyEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Account_BillingGeocodeAccuracyEnum[]Account_BillingGeocodeAccuracyEnum. 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_BillingGeocodeAccuracyEnum Modifier and Type Method Description voidAccount. setBillingGeocodeAccuracy(Account_BillingGeocodeAccuracyEnum BillingGeocodeAccuracy)
-