Class Newsfeed.Builder

  • Enclosing class:
    Newsfeed

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

      • id

        public Newsfeed.Builder id​(java.util.Optional<java.lang.String> id)

        The unique identifier for the newsfeed which is given by Intercom.

      • type

        public Newsfeed.Builder type​(java.util.Optional<java.lang.String> type)

        The type of object.

      • name

        public Newsfeed.Builder name​(java.util.Optional<java.lang.String> name)

        The name of the newsfeed. This name will never be visible to your users.

      • createdAt

        public Newsfeed.Builder createdAt​(java.util.Optional<java.lang.Integer> createdAt)

        Timestamp for when the newsfeed was created.

      • createdAt

        public Newsfeed.Builder createdAt​(java.lang.Integer createdAt)
      • updatedAt

        public Newsfeed.Builder updatedAt​(java.util.Optional<java.lang.Integer> updatedAt)

        Timestamp for when the newsfeed was last updated.

      • updatedAt

        public Newsfeed.Builder updatedAt​(java.lang.Integer updatedAt)