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