Package com.microsoft.graph.requests
Class GroupLifecyclePolicyCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<GroupLifecyclePolicy,GroupLifecyclePolicyCollectionRequestBuilder>
com.microsoft.graph.requests.GroupLifecyclePolicyCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class GroupLifecyclePolicyCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<GroupLifecyclePolicy,GroupLifecyclePolicyCollectionRequestBuilder>
The class for the Group Lifecycle Policy Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionGroupLifecyclePolicyCollectionPage
(GroupLifecyclePolicyCollectionResponse response, GroupLifecyclePolicyCollectionRequestBuilder builder) A collection page for GroupLifecyclePolicyGroupLifecyclePolicyCollectionPage
(List<GroupLifecyclePolicy> pageContents, GroupLifecyclePolicyCollectionRequestBuilder nextRequestBuilder) Creates the collection page for GroupLifecyclePolicy -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
GroupLifecyclePolicyCollectionPage
public GroupLifecyclePolicyCollectionPage(@Nonnull GroupLifecyclePolicyCollectionResponse response, @Nonnull GroupLifecyclePolicyCollectionRequestBuilder builder) A collection page for GroupLifecyclePolicy- Parameters:
response
- the serialized GroupLifecyclePolicyCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
GroupLifecyclePolicyCollectionPage
public GroupLifecyclePolicyCollectionPage(@Nonnull List<GroupLifecyclePolicy> pageContents, @Nullable GroupLifecyclePolicyCollectionRequestBuilder nextRequestBuilder) Creates the collection page for GroupLifecyclePolicy- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-