Uses of Class
com.avoka.component.salesforce.SalesForceException
-
Packages that use SalesForceException Package Description com.avoka.component.salesforce Provides SalesForce integration classes. -
-
Uses of SalesForceException in com.avoka.component.salesforce
Constructors in com.avoka.component.salesforce that throw SalesForceException Constructor Description SalesForceClient(String username, String passwordSecurityToken, String consumerKey, String consumerSecret, String loginServerURL)
Create a SalesForce client with the provided connection details.SalesForceConnection(String username, String passwordSecurityToken, String consumerKey, String consumerSecret, String loginServerURL)
Create a SalesForce connection with parameters and initialize an authenticated session.SalesForceConnection(String username, String password, String securityToken, String consumerKey, String consumerSecret, String loginServerURL)
Create a SalesForce connection with parameters and initialize an authenticated session.
-