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 Details

    • UserCollectionWithReferencesPage

      public UserCollectionWithReferencesPage(@Nonnull UserCollectionResponse response, @Nullable UserCollectionWithReferencesRequestBuilder builder)
      A collection page for User
      Parameters:
      response - the serialized UserCollectionResponse from the service
      builder - 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 page
      nextRequestBuilder - the request builder for the next page