Package com.microsoft.graph.requests
Class SubscribedSkuCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<SubscribedSku,SubscribedSkuCollectionRequestBuilder>
com.microsoft.graph.requests.SubscribedSkuCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class SubscribedSkuCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<SubscribedSku,SubscribedSkuCollectionRequestBuilder>
The class for the Subscribed Sku Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionSubscribedSkuCollectionPage(SubscribedSkuCollectionResponse response, SubscribedSkuCollectionRequestBuilder builder) A collection page for SubscribedSkuSubscribedSkuCollectionPage(List<SubscribedSku> pageContents, SubscribedSkuCollectionRequestBuilder nextRequestBuilder) Creates the collection page for SubscribedSku -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
SubscribedSkuCollectionPage
public SubscribedSkuCollectionPage(@Nonnull SubscribedSkuCollectionResponse response, @Nonnull SubscribedSkuCollectionRequestBuilder builder) A collection page for SubscribedSku- Parameters:
response- the serialized SubscribedSkuCollectionResponse from the servicebuilder- the request builder for the next collection page
-
SubscribedSkuCollectionPage
public SubscribedSkuCollectionPage(@Nonnull List<SubscribedSku> pageContents, @Nullable SubscribedSkuCollectionRequestBuilder nextRequestBuilder) Creates the collection page for SubscribedSku- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-