public class UserCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<User,UserCollectionRequestBuilder>
| Constructor and Description |
|---|
UserCollectionPage(java.util.List<User> pageContents,
UserCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for User
|
UserCollectionPage(UserCollectionResponse response,
UserCollectionRequestBuilder builder)
A collection page for User
|
public UserCollectionPage(@Nonnull
UserCollectionResponse response,
@Nonnull
UserCollectionRequestBuilder builder)
response - the serialized UserCollectionResponse from the servicebuilder - the request builder for the next collection pagepublic UserCollectionPage(@Nonnull
java.util.List<User> pageContents,
@Nullable
UserCollectionRequestBuilder nextRequestBuilder)
pageContents - the contents of this pagenextRequestBuilder - the request builder for the next page