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