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