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