Package com.microsoft.graph.requests
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 Summary
ConstructorsConstructorDescriptionGroupSettingCollectionPage
(GroupSettingCollectionResponse response, GroupSettingCollectionRequestBuilder builder) A collection page for GroupSettingGroupSettingCollectionPage
(List<GroupSetting> pageContents, GroupSettingCollectionRequestBuilder nextRequestBuilder) Creates the collection page for GroupSetting -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
GroupSettingCollectionPage
public GroupSettingCollectionPage(@Nonnull GroupSettingCollectionResponse response, @Nonnull GroupSettingCollectionRequestBuilder builder) A collection page for GroupSetting- Parameters:
response
- the serialized GroupSettingCollectionResponse from the servicebuilder
- 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 pagenextRequestBuilder
- the request builder for the next page
-