Class NewsfeedAssignment

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

public final class NewsfeedAssignment extends Object
  • Method Details

    • getNewsfeedId

      public int getNewsfeedId()
      Returns:
      The unique identifier for the newsfeed which is given by Intercom. Publish dates cannot be in the future, to schedule news items use the dedicated feature in app (see this article).
    • getPublishedAt

      public int getPublishedAt()
      Returns:
      Publish date of the news item on the newsfeed, use this field if you want to set a publish date in the past (e.g. when importing existing news items). On write, this field will be ignored if the news item state is "draft".
    • 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 NewsfeedAssignment.NewsfeedIdStage builder()