Post
class Post
Content copied to clipboard
Class representing a post and specifying the attributes associated with it.
Constructors
Post
Link copied to clipboard
fun Post(userId: String, postId: String, title: String, postImg: String, medium: String, dimensions: String, description: String, tags: ArrayList<String>)
Content copied to clipboard
Creates a post given the unique identifier of the user who posted the post, the unique identifier of the post itself, the title of the post, the artwork to be posted, the medium of the artwork, the dimensions of the artwork, the description of the post, and the tags of the post.
Properties
bookmarkUsers
Link copied to clipboard
datePosted
Link copied to clipboard
description
Link copied to clipboard
dimensions
Link copied to clipboard
highlightUser
Link copied to clipboard
numComments
Link copied to clipboard
numUpvotes
Link copied to clipboard
profilePicture
Link copied to clipboard
upvoteUsers
Link copied to clipboard
Functions
getBookmark
Link copied to clipboard
getBookmarkUsers
Link copied to clipboard
getComments
Link copied to clipboard
getDatePosted
Link copied to clipboard
getDescription
Link copied to clipboard
getDimensions
Link copied to clipboard
getHighlight
Link copied to clipboard
getHighlightUser
Link copied to clipboard
getNumComments
Link copied to clipboard
getNumUpvotes
Link copied to clipboard
getPostImg
Link copied to clipboard
getProfilePicture
Link copied to clipboard
getUpvoteUsers
Link copied to clipboard
getUsername
Link copied to clipboard
setBookmark
Link copied to clipboard
setBookmarkUsers
Link copied to clipboard
setComments
Link copied to clipboard
setDatePosted
Link copied to clipboard
setDescription
Link copied to clipboard
setDimensions
Link copied to clipboard
setHighlight
Link copied to clipboard
setHighlightUser
Link copied to clipboard
setNumComments
Link copied to clipboard
setNumUpvotes
Link copied to clipboard
setPostImg
Link copied to clipboard
setProfilePicture
Link copied to clipboard
setUpvoteUsers
Link copied to clipboard
setUsername
Link copied to clipboard