-
- 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 ObjectTypeobjectTypeprivate final List<User>resultsprivate final StringnextCursorprivate final BooleanhasMore
-
Method Summary
Modifier and Type Method Description ObjectTypegetObjectType()final List<User>getResults()StringgetNextCursor()BooleangetHasMore()-
-
Constructor Detail
-
Users
Users(ObjectType objectType, List<User> results, String nextCursor, Boolean hasMore)
-
Users
Users(ObjectType objectType, List<User> results, String nextCursor)
-
Users
Users(ObjectType objectType, List<User> results)
-
-
Method Detail
-
getObjectType
ObjectType getObjectType()
-
getResults
final List<User> getResults()
-
getNextCursor
String getNextCursor()
-
getHasMore
Boolean getHasMore()
-
-
-
-