Class Newsfeed

java.lang.Object
com.intercom.api.resources.news.types.Newsfeed

public final class Newsfeed extends Object
  • Method Details

    • getId

      public String getId()
      Returns:
      The unique identifier for the newsfeed which is given by Intercom.
    • getType

      public String getType()
      Returns:
      The type of object.
    • getName

      public String getName()
      Returns:
      The name of the newsfeed. This name will never be visible to your users.
    • getCreatedAt

      public int getCreatedAt()
      Returns:
      Timestamp for when the newsfeed was created.
    • getUpdatedAt

      public Optional<Integer> getUpdatedAt()
      Returns:
      Timestamp for when the newsfeed was last updated.
    • 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 Newsfeed.IdStage builder()