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 Details

    • GroupLifecyclePolicyCollectionPage

      public GroupLifecyclePolicyCollectionPage(@Nonnull GroupLifecyclePolicyCollectionResponse response, @Nonnull GroupLifecyclePolicyCollectionRequestBuilder builder)
      A collection page for GroupLifecyclePolicy
      Parameters:
      response - the serialized GroupLifecyclePolicyCollectionResponse from the service
      builder - 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 page
      nextRequestBuilder - the request builder for the next page