Class NewsfeedParams

  • All Implemented Interfaces:
    android.os.Parcelable

    public class NewsfeedParams
    extends BaseListQueryParams
    Class for setting the query parameters of Newsfeed API. All Nullable parameters means you can remove the parameter by passing a null value.
    • Field Detail

      • CREATOR

        public static final android.os.Parcelable.Creator<NewsfeedParams> CREATOR
    • Constructor Detail

      • NewsfeedParams

        public NewsfeedParams​(android.os.Parcel in)
      • NewsfeedParams

        public NewsfeedParams()
        Default constructor
    • Method Detail

      • getFeedName

        @Nullable
        public java.lang.String getFeedName()
        Returns internal name of Newsfeed
        Returns:
        internal name of Newsfeed
      • setFeedName

        public void setFeedName​(@Nullable
                                java.lang.String feedName)
        Set internal name of Newsfeed
        Parameters:
        feedName - internal name of Newsfeed
      • getCommentId

        @Nullable
        public java.lang.String getCommentId()
        Returns the id of Comment
        Returns:
        id of Comment
      • setCommentId

        public void setCommentId​(@Nullable
                                 java.lang.String commentId)
        Set the id of Comment
        Parameters:
        commentId - id of Comment
      • getCategory

        @Nullable
        public java.lang.String getCategory()
        Returns category of the Feeds
        Returns:
        category of the Feeds
      • setCategory

        public void setCategory​(@Nullable
                                java.lang.String category)
        Set category of the Feeds
        Parameters:
        category - category of the Feeds