Class NewsfeedParams.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Default constructor
    • Method Detail

      • setFeedName

        public NewsfeedParams.Builder setFeedName​(@Nullable
                                                  java.lang.String feedName)
        Set internal name of Newsfeed
        Parameters:
        feedName - internal name of Newsfeed
        Returns:
        The Builder object to allow for chaining calls to set/add methods
      • setCommentId

        public NewsfeedParams.Builder setCommentId​(@Nullable
                                                   java.lang.String commentId)
        Set the id of Comment
        Parameters:
        commentId - id of Comment
        Returns:
        The Builder object to allow for chaining calls to set/add methods
      • setCategory

        public NewsfeedParams.Builder setCategory​(@Nullable
                                                  java.lang.String category)
        Set category of the Feeds
        Parameters:
        category - category of the Feeds
        Returns:
        The Builder object to allow for chaining calls to set/add methods
      • createQueryParams

        protected NewsfeedParams createQueryParams()
        Instantiates the implementation class
        Returns:
        implementation class of BaseParams.BaseBuilder