Uses of Class
org.apache.camel.quarkus.component.salesforce.generated.Account_RatingEnum
-
Packages that use Account_RatingEnum Package Description org.apache.camel.quarkus.component.salesforce.generated -
-
Uses of Account_RatingEnum in org.apache.camel.quarkus.component.salesforce.generated
Methods in org.apache.camel.quarkus.component.salesforce.generated that return Account_RatingEnum Modifier and Type Method Description static Account_RatingEnumAccount_RatingEnum. fromValue(String value)Account_RatingEnumAccount. getRating()static Account_RatingEnumAccount_RatingEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Account_RatingEnum[]Account_RatingEnum. 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_RatingEnum Modifier and Type Method Description voidAccount. setRating(Account_RatingEnum Rating)
-