Class Newsfeed


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

      • getId

        public java.util.Optional<java.lang.String> getId()
        Returns:
        The unique identifier for the newsfeed which is given by Intercom.
      • getType

        public java.util.Optional<java.lang.String> getType()
        Returns:
        The type of object.
      • getName

        public java.util.Optional<java.lang.String> getName()
        Returns:
        The name of the newsfeed. This name will never be visible to your users.
      • getCreatedAt

        public java.util.Optional<java.lang.Integer> getCreatedAt()
        Returns:
        Timestamp for when the newsfeed was created.
      • getUpdatedAt

        public java.util.Optional<java.lang.Integer> getUpdatedAt()
        Returns:
        Timestamp for when the newsfeed 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