-
- All Implemented Interfaces:
-
notion.api.v1.model.common.WithObjectType
public final class User implements WithObjectType
-
-
Constructor Summary
Constructors Constructor Description User(ObjectType objectType, String id, UserType type, Person person, String name, String avatarUrl, Bot bot)User(ObjectType objectType, String id, UserType type, Person person, String name, String avatarUrl)User(ObjectType objectType, String id, UserType type, Person person, String name)User(ObjectType objectType, String id, UserType type, Person person)User(ObjectType objectType, String id, UserType type)User(ObjectType objectType, String id)User(String id)
-
Method Summary
Modifier and Type Method Description ObjectTypegetObjectType()final StringgetId()final UserTypegetType()final PersongetPerson()final StringgetName()final StringgetAvatarUrl()final BotgetBot()-
-
Constructor Detail
-
User
User(ObjectType objectType, String id, UserType type, Person person, String name, String avatarUrl, Bot bot)
-
User
User(ObjectType objectType, String id, UserType type, Person person, String name, String avatarUrl)
-
User
User(ObjectType objectType, String id, UserType type, Person person, String name)
-
User
User(ObjectType objectType, String id, UserType type, Person person)
-
User
User(ObjectType objectType, String id, UserType type)
-
User
User(ObjectType objectType, String id)
-
User
User(String id)
-
-
Method Detail
-
getObjectType
ObjectType getObjectType()
-
getAvatarUrl
final String getAvatarUrl()
-
-
-
-