Class SubscriptionCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Subscription,SubscriptionCollectionRequestBuilder>
com.microsoft.graph.requests.SubscriptionCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class SubscriptionCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Subscription,SubscriptionCollectionRequestBuilder>
The class for the Subscription Collection Page.
  • Constructor Details

    • SubscriptionCollectionPage

      public SubscriptionCollectionPage(@Nonnull SubscriptionCollectionResponse response, @Nonnull SubscriptionCollectionRequestBuilder builder)
      A collection page for Subscription
      Parameters:
      response - the serialized SubscriptionCollectionResponse from the service
      builder - the request builder for the next collection page
    • SubscriptionCollectionPage

      public SubscriptionCollectionPage(@Nonnull List<Subscription> pageContents, @Nullable SubscriptionCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for Subscription
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page