public class GroupSettingCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<GroupSetting,GroupSettingCollectionRequestBuilder>
| Constructor and Description |
|---|
GroupSettingCollectionPage(GroupSettingCollectionResponse response,
GroupSettingCollectionRequestBuilder builder)
A collection page for GroupSetting
|
GroupSettingCollectionPage(java.util.List<GroupSetting> pageContents,
GroupSettingCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for GroupSetting
|
public GroupSettingCollectionPage(@Nonnull
GroupSettingCollectionResponse response,
@Nonnull
GroupSettingCollectionRequestBuilder builder)
response - the serialized GroupSettingCollectionResponse from the servicebuilder - the request builder for the next collection pagepublic GroupSettingCollectionPage(@Nonnull
java.util.List<GroupSetting> pageContents,
@Nullable
GroupSettingCollectionRequestBuilder nextRequestBuilder)
pageContents - the contents of this pagenextRequestBuilder - the request builder for the next page