Class DirectoryRoleTemplateCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<DirectoryRoleTemplate,DirectoryRoleTemplateCollectionRequestBuilder>
com.microsoft.graph.requests.DirectoryRoleTemplateCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class DirectoryRoleTemplateCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<DirectoryRoleTemplate,DirectoryRoleTemplateCollectionRequestBuilder>
The class for the Directory Role Template Collection Page.
  • Constructor Details

    • DirectoryRoleTemplateCollectionPage

      public DirectoryRoleTemplateCollectionPage(@Nonnull DirectoryRoleTemplateCollectionResponse response, @Nonnull DirectoryRoleTemplateCollectionRequestBuilder builder)
      A collection page for DirectoryRoleTemplate
      Parameters:
      response - the serialized DirectoryRoleTemplateCollectionResponse from the service
      builder - the request builder for the next collection page
    • DirectoryRoleTemplateCollectionPage

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