Package notion.api.v1.model.databases
Class DatabaseProperty.RichText.Mention
-
- All Implemented Interfaces:
public class DatabaseProperty.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 DatabaseProperty.Date
date
-
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 RichTextMentionType
getType()
final Unit
setType(RichTextMentionType type)
final User
getUser()
final Unit
setUser(User user)
final Page
getPage()
final Database
getDatabase()
final DatabaseProperty.Date
getDate()
-
-
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()
-
-
-
-