Interface SalesforceConfiguration

    • Method Detail

      • getUsername

        String getUsername()
      • getPassword

        String getPassword()
      • getURL

        String getURL()
        The salesforce URL to use as the AuthEndpoint. May be used to explicitly control the api version being used. The source will default to an appropriate value for the included Salesforce API library.
      • getConnectTimeout

        Long getConnectTimeout()
      • getRequestTimeout

        Long getRequestTimeout()