Interface VeevaConnectorProfileCredentials.Builder

    • Method Detail

      • username

        VeevaConnectorProfileCredentials.Builder username​(String username)

        The name of the user.

        Parameters:
        username - The name of the user.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • password

        VeevaConnectorProfileCredentials.Builder password​(String password)

        The password that corresponds to the user name.

        Parameters:
        password - The password that corresponds to the user name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.