Class GroupSettingCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<GroupSetting,GroupSettingCollectionRequestBuilder>
com.microsoft.graph.requests.GroupSettingCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class GroupSettingCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<GroupSetting,GroupSettingCollectionRequestBuilder>
The class for the Group Setting Collection Page.
  • Constructor Details

    • GroupSettingCollectionPage

      public GroupSettingCollectionPage(@Nonnull GroupSettingCollectionResponse response, @Nonnull GroupSettingCollectionRequestBuilder builder)
      A collection page for GroupSetting
      Parameters:
      response - the serialized GroupSettingCollectionResponse from the service
      builder - the request builder for the next collection page
    • GroupSettingCollectionPage

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