Class EngagementCustomer

    • Method Detail

      • companyName

        public final String companyName()

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

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

        public final CountryCode countryCode()

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

        If the service returns an enum value that is not available in the current SDK version, countryCode will return CountryCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from countryCodeAsString().

        Returns:
        Indicates the country in which the customer’s company operates. This field is useful for understanding regional requirements or compliance needs.
        See Also:
        CountryCode
      • countryCodeAsString

        public final String countryCodeAsString()

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

        If the service returns an enum value that is not available in the current SDK version, countryCode will return CountryCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from countryCodeAsString().

        Returns:
        Indicates the country in which the customer’s company operates. This field is useful for understanding regional requirements or compliance needs.
        See Also:
        CountryCode
      • industry

        public final 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.

        If the service returns an enum value that is not available in the current SDK version, industry will return Industry.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from industryAsString().

        Returns:
        Specifies the industry to which the customer’s company belongs. This field helps categorize the opportunity based on the customer’s business sector.
        See Also:
        Industry
      • industryAsString

        public final String industryAsString()

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

        If the service returns an enum value that is not available in the current SDK version, industry will return Industry.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from industryAsString().

        Returns:
        Specifies the industry to which the customer’s company belongs. This field helps categorize the opportunity based on the customer’s business sector.
        See Also:
        Industry
      • websiteUrl

        public final String websiteUrl()

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

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

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)