Class SocialProfile

java.lang.Object
com.intercom.api.types.SocialProfile

public final class SocialProfile extends Object
  • Method Details

    • getType

      public String getType()
      Returns:
      value is "social_profile"
    • getName

      public String getName()
      Returns:
      The name of the Social media profile
    • getUrl

      public String getUrl()
      Returns:
      The name of the Social media profile
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • builder

      public static SocialProfile.NameStage builder()