Class Newsfeed.Builder

    • Method Detail

      • id

        public Newsfeed.NameStage id​(@NotNull
                                     java.lang.String id)

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

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

        Specified by:
        id in interface Newsfeed.IdStage
        Returns:
        Reference to this so that method calls can be chained together.
      • name

        public Newsfeed.CreatedAtStage name​(@NotNull
                                            java.lang.String name)

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

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

        Specified by:
        name in interface Newsfeed.NameStage
        Returns:
        Reference to this so that method calls can be chained together.
      • createdAt

        public Newsfeed.UpdatedAtStage createdAt​(int createdAt)

        Timestamp for when the newsfeed was created.

        Timestamp for when the newsfeed was created.

        Specified by:
        createdAt in interface Newsfeed.CreatedAtStage
        Returns:
        Reference to this so that method calls can be chained together.
      • updatedAt

        public Newsfeed._FinalStage updatedAt​(int updatedAt)

        Timestamp for when the newsfeed was last updated.

        Timestamp for when the newsfeed was last updated.

        Specified by:
        updatedAt in interface Newsfeed.UpdatedAtStage
        Returns:
        Reference to this so that method calls can be chained together.