public class SubscriptionCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Subscription,SubscriptionCollectionRequestBuilder>
| Constructor and Description |
|---|
SubscriptionCollectionPage(java.util.List<Subscription> pageContents,
SubscriptionCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for Subscription
|
SubscriptionCollectionPage(SubscriptionCollectionResponse response,
SubscriptionCollectionRequestBuilder builder)
A collection page for Subscription
|
public SubscriptionCollectionPage(@Nonnull
SubscriptionCollectionResponse response,
@Nonnull
SubscriptionCollectionRequestBuilder builder)
response - the serialized SubscriptionCollectionResponse from the servicebuilder - the request builder for the next collection pagepublic SubscriptionCollectionPage(@Nonnull
java.util.List<Subscription> pageContents,
@Nullable
SubscriptionCollectionRequestBuilder nextRequestBuilder)
pageContents - the contents of this pagenextRequestBuilder - the request builder for the next page