Class ContentSource


  • public final class ContentSource
    extends java.lang.Object
    • Method Detail

      • getContentType

        public java.util.Optional<ContentSource.ContentType> getContentType()
        Returns:
        The type of the content source.
      • getUrl

        public java.util.Optional<java.lang.String> getUrl()
        Returns:
        The internal URL linking to the content source for teammates.
      • getTitle

        public java.util.Optional<java.lang.String> getTitle()
        Returns:
        The title of the content source.
      • getLocale

        public java.util.Optional<java.lang.String> getLocale()
        Returns:
        The ISO 639 language code of the content source.
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object