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