-
- All Implemented Interfaces:
public class DatabaseProperty.RichText.Mention
-
-
Field Summary
Fields Modifier and Type Field Description private RichTextMentionTypetypeprivate Useruserprivate final Pagepageprivate final Databasedatabaseprivate final DatabaseProperty.Datedate
-
Constructor Summary
Constructors Constructor Description DatabaseProperty.RichText.Mention(RichTextMentionType type, User user, Page page, Database database, DatabaseProperty.Date date)DatabaseProperty.RichText.Mention(RichTextMentionType type, User user, Page page, Database database)DatabaseProperty.RichText.Mention(RichTextMentionType type, User user, Page page)DatabaseProperty.RichText.Mention(RichTextMentionType type, User user)DatabaseProperty.RichText.Mention(RichTextMentionType type)DatabaseProperty.RichText.Mention()
-
Method Summary
Modifier and Type Method Description final RichTextMentionTypegetType()final UnitsetType(RichTextMentionType type)final UsergetUser()final UnitsetUser(User user)final PagegetPage()final DatabasegetDatabase()final DatabaseProperty.DategetDate()-
-
Constructor Detail
-
DatabaseProperty.RichText.Mention
DatabaseProperty.RichText.Mention(RichTextMentionType type, User user, Page page, Database database, DatabaseProperty.Date date)
-
DatabaseProperty.RichText.Mention
DatabaseProperty.RichText.Mention(RichTextMentionType type, User user, Page page, Database database)
-
DatabaseProperty.RichText.Mention
DatabaseProperty.RichText.Mention(RichTextMentionType type, User user, Page page)
-
DatabaseProperty.RichText.Mention
DatabaseProperty.RichText.Mention(RichTextMentionType type, User user)
-
DatabaseProperty.RichText.Mention
DatabaseProperty.RichText.Mention(RichTextMentionType type)
-
DatabaseProperty.RichText.Mention
DatabaseProperty.RichText.Mention()
-
-
Method Detail
-
getType
final RichTextMentionType getType()
-
setType
final Unit setType(RichTextMentionType type)
-
getDatabase
final Database getDatabase()
-
getDate
final DatabaseProperty.Date getDate()
-
-
-
-