Uses of Class
org.apache.camel.quarkus.component.salesforce.generated.Account
-
Packages that use Account Package Description org.apache.camel.quarkus.component.salesforce.generated -
-
Uses of Account in org.apache.camel.quarkus.component.salesforce.generated
Methods in org.apache.camel.quarkus.component.salesforce.generated that return Account Modifier and Type Method Description AccountAccount. getMasterRecord()AccountAccount. getParent()Methods in org.apache.camel.quarkus.component.salesforce.generated that return types with arguments of type Account Modifier and Type Method Description List<Account>QueryRecordsAccount. getRecords()Methods in org.apache.camel.quarkus.component.salesforce.generated with parameters of type Account Modifier and Type Method Description voidAccount. setMasterRecord(Account MasterRecord)voidAccount. setParent(Account Parent)Method parameters in org.apache.camel.quarkus.component.salesforce.generated with type arguments of type Account Modifier and Type Method Description voidQueryRecordsAccount. setRecords(List<Account> records)
-