java.lang.Object
com.intercom.api.resources.aicontentsource.types.ContentSource

public final class ContentSource extends Object
  • Method Details

    • getContentType

      public String getContentType()
      Returns:
      The type of the content source.
    • getUrl

      public String getUrl()
      Returns:
      The internal URL linking to the content source for teammates.
    • getTitle

      public String getTitle()
      Returns:
      The title of the content source.
    • getLocale

      public String getLocale()
      Returns:
      The ISO 639 language code of the content source.
    • 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 ContentSource.UrlStage builder()