Class DirectoryRoleCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<DirectoryRole,DirectoryRoleCollectionRequestBuilder>
com.microsoft.graph.requests.DirectoryRoleCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class DirectoryRoleCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<DirectoryRole,DirectoryRoleCollectionRequestBuilder>
The class for the Directory Role Collection Page.
  • Constructor Details

    • DirectoryRoleCollectionPage

      public DirectoryRoleCollectionPage(@Nonnull DirectoryRoleCollectionResponse response, @Nonnull DirectoryRoleCollectionRequestBuilder builder)
      A collection page for DirectoryRole
      Parameters:
      response - the serialized DirectoryRoleCollectionResponse from the service
      builder - the request builder for the next collection page
    • DirectoryRoleCollectionPage

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