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