-
public class PageProperty.RichText.Mention
-
-
Field Summary
Fields Modifier and Type Field Description private RichTextMentionType
type
private User
user
private final Page
page
private final Database
database
private final PageProperty.Date
date
-
Constructor Summary
Constructors Constructor Description PageProperty.RichText.Mention(RichTextMentionType type, User user, Page page, Database database, PageProperty.Date date)
-
Method Summary
Modifier and Type Method Description final RichTextMentionType
getType()
final Unit
setType(RichTextMentionType type)
final User
getUser()
final Unit
setUser(User user)
final Page
getPage()
final Database
getDatabase()
final PageProperty.Date
getDate()
-
-
Constructor Detail
-
PageProperty.RichText.Mention
PageProperty.RichText.Mention(RichTextMentionType type, User user, Page page, Database database, PageProperty.Date date)
-
-
Method Detail
-
getType
final RichTextMentionType getType()
-
setType
final Unit setType(RichTextMentionType type)
-
getDatabase
final Database getDatabase()
-
getDate
final PageProperty.Date getDate()
-
-
-
-