Interface EngagementCustomer.Builder

    • Method Detail

      • companyName

        EngagementCustomer.Builder companyName​(String companyName)

        Represents the name of the customer’s company associated with the Engagement Invitation. This field is used to identify the customer.

        Parameters:
        companyName - Represents the name of the customer’s company associated with the Engagement Invitation. This field is used to identify the customer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • countryCode

        EngagementCustomer.Builder countryCode​(String countryCode)

        Indicates the country in which the customer’s company operates. This field is useful for understanding regional requirements or compliance needs.

        Parameters:
        countryCode - Indicates the country in which the customer’s company operates. This field is useful for understanding regional requirements or compliance needs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CountryCode, CountryCode
      • countryCode

        EngagementCustomer.Builder countryCode​(CountryCode countryCode)

        Indicates the country in which the customer’s company operates. This field is useful for understanding regional requirements or compliance needs.

        Parameters:
        countryCode - Indicates the country in which the customer’s company operates. This field is useful for understanding regional requirements or compliance needs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CountryCode, CountryCode
      • industry

        EngagementCustomer.Builder industry​(String industry)

        Specifies the industry to which the customer’s company belongs. This field helps categorize the opportunity based on the customer’s business sector.

        Parameters:
        industry - Specifies the industry to which the customer’s company belongs. This field helps categorize the opportunity based on the customer’s business sector.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Industry, Industry
      • industry

        EngagementCustomer.Builder industry​(Industry industry)

        Specifies the industry to which the customer’s company belongs. This field helps categorize the opportunity based on the customer’s business sector.

        Parameters:
        industry - Specifies the industry to which the customer’s company belongs. This field helps categorize the opportunity based on the customer’s business sector.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Industry, Industry
      • websiteUrl

        EngagementCustomer.Builder websiteUrl​(String websiteUrl)

        Provides the website URL of the customer’s company. This field helps partners verify the legitimacy and size of the customer organization.

        Parameters:
        websiteUrl - Provides the website URL of the customer’s company. This field helps partners verify the legitimacy and size of the customer organization.
        Returns:
        Returns a reference to this object so that method calls can be chained together.