Package com.microsoft.graph.requests
Class UserDeltaCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<T,T2>
com.microsoft.graph.http.DeltaCollectionPage<User,UserDeltaCollectionRequestBuilder>
com.microsoft.graph.requests.UserDeltaCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class UserDeltaCollectionPage
extends com.microsoft.graph.http.DeltaCollectionPage<User,UserDeltaCollectionRequestBuilder>
The class for the User Delta Collection Page.
-
Field Summary
Fields inherited from class com.microsoft.graph.http.DeltaCollectionPage
deltaLink -
Constructor Summary
ConstructorsConstructorDescriptionUserDeltaCollectionPage(UserDeltaCollectionResponse response, UserDeltaCollectionRequestBuilder builder) A collection page for User.UserDeltaCollectionPage(List<User> pageContents, UserDeltaCollectionRequestBuilder nextRequestBuilder) Creates the collection page for UserDelta -
Method Summary
Methods inherited from class com.microsoft.graph.http.DeltaCollectionPage
deltaLinkMethods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
UserDeltaCollectionPage
public UserDeltaCollectionPage(@Nonnull UserDeltaCollectionResponse response, @Nonnull UserDeltaCollectionRequestBuilder builder) A collection page for User.- Parameters:
response- The serialized UserDeltaCollectionResponse from the servicebuilder- The request builder for the next collection page
-
UserDeltaCollectionPage
public UserDeltaCollectionPage(@Nonnull List<User> pageContents, @Nullable UserDeltaCollectionRequestBuilder nextRequestBuilder) Creates the collection page for UserDelta- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-