Package com.microsoft.graph.requests
Class UserCollectionWithReferencesPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<User,UserCollectionWithReferencesRequestBuilder>
com.microsoft.graph.requests.UserCollectionWithReferencesPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class UserCollectionWithReferencesPage
extends com.microsoft.graph.http.BaseCollectionPage<User,UserCollectionWithReferencesRequestBuilder>
The class for the User Collection With References Page.
-
Constructor Summary
ConstructorsConstructorDescriptionUserCollectionWithReferencesPage
(UserCollectionResponse response, UserCollectionWithReferencesRequestBuilder builder) A collection page for UserUserCollectionWithReferencesPage
(List<User> pageContents, UserCollectionWithReferencesRequestBuilder nextRequestBuilder) Creates the collection page for User -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
UserCollectionWithReferencesPage
public UserCollectionWithReferencesPage(@Nonnull UserCollectionResponse response, @Nullable UserCollectionWithReferencesRequestBuilder builder) A collection page for User- Parameters:
response
- the serialized UserCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
UserCollectionWithReferencesPage
public UserCollectionWithReferencesPage(@Nonnull List<User> pageContents, @Nullable UserCollectionWithReferencesRequestBuilder nextRequestBuilder) Creates the collection page for User- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-