Class DirectoryObjectCollectionWithReferencesPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<DirectoryObject,DirectoryObjectCollectionWithReferencesRequestBuilder>
com.microsoft.graph.requests.DirectoryObjectCollectionWithReferencesPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class DirectoryObjectCollectionWithReferencesPage extends com.microsoft.graph.http.BaseCollectionPage<DirectoryObject,DirectoryObjectCollectionWithReferencesRequestBuilder>
The class for the Directory Object Collection With References Page.
  • Constructor Details

    • DirectoryObjectCollectionWithReferencesPage

      public DirectoryObjectCollectionWithReferencesPage(@Nonnull DirectoryObjectCollectionResponse response, @Nullable DirectoryObjectCollectionWithReferencesRequestBuilder builder)
      A collection page for DirectoryObject
      Parameters:
      response - the serialized DirectoryObjectCollectionResponse from the service
      builder - the request builder for the next collection page
    • DirectoryObjectCollectionWithReferencesPage

      public DirectoryObjectCollectionWithReferencesPage(@Nonnull List<DirectoryObject> pageContents, @Nullable DirectoryObjectCollectionWithReferencesRequestBuilder nextRequestBuilder)
      Creates the collection page for DirectoryObject
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page