-
- 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
-
Method Summary
Modifier and Type Method Description ObjectType
getObjectType()
final List<User>
getResults()
String
getNextCursor()
Boolean
getHasMore()
-
-
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()
-
-
-
-