-
- All Implemented Interfaces:
-
notion.api.v1.model.common.Pagination
,notion.api.v1.model.common.WithObjectType
public final class Users implements WithObjectType, Pagination
-
-
Field Summary
Fields Modifier and Type Field Description private final ObjectType
objectType
private final List<User>
results
private final String
nextCursor
private final Boolean
hasMore
private final String
type
private Object
user
-
Constructor Summary
Constructors Constructor Description Users(ObjectType objectType, List<User> results, String nextCursor, Boolean hasMore, String type, Object user)
Users(ObjectType objectType, List<User> results, String nextCursor, Boolean hasMore, String type)
Users(ObjectType objectType, List<User> results, String nextCursor, String type)
Users(ObjectType objectType, List<User> results, String type)
Users(List<User> results, String type)
-
Method Summary
Modifier and Type Method Description ObjectType
getObjectType()
final List<User>
getResults()
String
getNextCursor()
Boolean
getHasMore()
final String
getType()
final Object
getUser()
final Unit
setUser(Object user)
-
-
Constructor Detail
-
Users
Users(ObjectType objectType, List<User> results, String nextCursor, Boolean hasMore, String type, Object user)
-
Users
Users(ObjectType objectType, List<User> results, String nextCursor, Boolean hasMore, String type)
-
Users
Users(ObjectType objectType, List<User> results, String nextCursor, String type)
-
Users
Users(ObjectType objectType, List<User> results, String type)
-
-
Method Detail
-
getObjectType
ObjectType getObjectType()
-
getResults
final List<User> getResults()
-
getNextCursor
String getNextCursor()
-
getHasMore
Boolean getHasMore()
-
-
-
-