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.
  • Constructor Details

    • UserDeltaCollectionPage

      public UserDeltaCollectionPage(@Nonnull UserDeltaCollectionResponse response, @Nonnull UserDeltaCollectionRequestBuilder builder)
      A collection page for User.
      Parameters:
      response - The serialized UserDeltaCollectionResponse from the service
      builder - 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 page
      nextRequestBuilder - the request builder for the next page