Class NewsfeedFields

  • All Implemented Interfaces:
    android.os.Parcelable

    public class NewsfeedFields
    extends BaseParams
    Class for setting the field 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<NewsfeedFields> CREATOR
    • Constructor Detail

      • NewsfeedFields

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

        public NewsfeedFields()
        Default constructor
    • Method Detail

      • getFlag

        @Nullable
        public java.lang.String getFlag()
        Returns the selected flag from list of Flag
        Returns:
        selected flag from list of Flag
      • setFlag

        public void setFlag​(@Nullable
                            java.lang.String flag)
        Set the selected flag from list of Flag
        Parameters:
        flag - selected flag from list of Flag
      • getMessage

        @Nullable
        public java.lang.String getMessage()
        Returns the content of the comment
        Returns:
        content of the comment
      • setMessage

        public void setMessage​(@Nullable
                               java.lang.String message)
        Set the content of the comment
        Parameters:
        message - content of the comment
      • getBody

        @Nullable
        public java.lang.String getBody()
        Returns the body of the created post
        Returns:
        body of the created post
      • setBody

        @Nullable
        public void setBody​(java.lang.String body)
        Set the body of the created post
        Parameters:
        body - body of the created post