Class DirectoryObjectCollectionPage

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

public class DirectoryObjectCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<DirectoryObject,DirectoryObjectCollectionRequestBuilder>
The class for the Directory Object Collection Page.
  • Constructor Details

    • DirectoryObjectCollectionPage

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

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