Class DirectoryObjectGetMemberGroupsCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<String,DirectoryObjectGetMemberGroupsCollectionRequestBuilder>
com.microsoft.graph.requests.DirectoryObjectGetMemberGroupsCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class DirectoryObjectGetMemberGroupsCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<String,DirectoryObjectGetMemberGroupsCollectionRequestBuilder>
The class for the Directory Object Get Member Groups Collection Page.
  • Constructor Details

    • DirectoryObjectGetMemberGroupsCollectionPage

      public DirectoryObjectGetMemberGroupsCollectionPage(@Nonnull DirectoryObjectGetMemberGroupsCollectionResponse response, @Nonnull DirectoryObjectGetMemberGroupsCollectionRequestBuilder builder)
      A collection page for String.
      Parameters:
      response - The serialized DirectoryObjectGetMemberGroupsCollectionResponse from the service
      builder - The request builder for the next collection page
    • DirectoryObjectGetMemberGroupsCollectionPage

      public DirectoryObjectGetMemberGroupsCollectionPage(@Nonnull List<String> pageContents, @Nullable DirectoryObjectGetMemberGroupsCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for DirectoryObjectGetMemberGroups
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page