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