Class DirectoryObjectGetByIdsCollectionPage

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

public class DirectoryObjectGetByIdsCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<DirectoryObject,DirectoryObjectGetByIdsCollectionRequestBuilder>
The class for the Directory Object Get By Ids Collection Page.
  • Constructor Details

    • DirectoryObjectGetByIdsCollectionPage

      public DirectoryObjectGetByIdsCollectionPage(@Nonnull DirectoryObjectGetByIdsCollectionResponse response, @Nonnull DirectoryObjectGetByIdsCollectionRequestBuilder builder)
      A collection page for DirectoryObject.
      Parameters:
      response - The serialized DirectoryObjectGetByIdsCollectionResponse from the service
      builder - The request builder for the next collection page
    • DirectoryObjectGetByIdsCollectionPage

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