Class GroupSettingTemplateCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<GroupSettingTemplate,GroupSettingTemplateCollectionRequestBuilder>
com.microsoft.graph.requests.GroupSettingTemplateCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class GroupSettingTemplateCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<GroupSettingTemplate,GroupSettingTemplateCollectionRequestBuilder>
The class for the Group Setting Template Collection Page.
  • Constructor Details

    • GroupSettingTemplateCollectionPage

      public GroupSettingTemplateCollectionPage(@Nonnull GroupSettingTemplateCollectionResponse response, @Nonnull GroupSettingTemplateCollectionRequestBuilder builder)
      A collection page for GroupSettingTemplate
      Parameters:
      response - the serialized GroupSettingTemplateCollectionResponse from the service
      builder - the request builder for the next collection page
    • GroupSettingTemplateCollectionPage

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