Package notion.api.v1.model.users
Class User
-
- 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, String requestId)
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 ObjectType
getObjectType()
final String
getId()
final UserType
getType()
final Person
getPerson()
final String
getName()
final String
getAvatarUrl()
final Bot
getBot()
final String
getRequestId()
-
-
Constructor Detail
-
User
User(ObjectType objectType, String id, UserType type, Person person, String name, String avatarUrl, Bot bot, String requestId)
-
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()
-
getRequestId
final String getRequestId()
-
-
-
-