Class ContentImportSource


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

      • getType

        public java.lang.String getType()
        Returns:
        Always external_page
      • getId

        public int getId()
        Returns:
        The unique identifier for the content import source which is given by Intercom.
      • getLastSyncedAt

        public int getLastSyncedAt()
        Returns:
        The time when the content import source was last synced.
      • getSyncBehavior

        public ContentImportSource.SyncBehavior getSyncBehavior()
        Returns:
        If you intend to create or update External Pages via the API, this should be set to api.
      • getUrl

        public java.lang.String getUrl()
        Returns:
        The URL of the root of the external source.
      • getCreatedAt

        public int getCreatedAt()
        Returns:
        The time when the content import source was created.
      • getUpdatedAt

        public int getUpdatedAt()
        Returns:
        The time when the content import source was last updated.
      • 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