Package com.microsoft.graph.requests
Class MobileAppCategoryCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<MobileAppCategory,MobileAppCategoryCollectionRequestBuilder>
com.microsoft.graph.requests.MobileAppCategoryCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class MobileAppCategoryCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<MobileAppCategory,MobileAppCategoryCollectionRequestBuilder>
The class for the Mobile App Category Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionMobileAppCategoryCollectionPage(MobileAppCategoryCollectionResponse response, MobileAppCategoryCollectionRequestBuilder builder) A collection page for MobileAppCategoryMobileAppCategoryCollectionPage(List<MobileAppCategory> pageContents, MobileAppCategoryCollectionRequestBuilder nextRequestBuilder) Creates the collection page for MobileAppCategory -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
MobileAppCategoryCollectionPage
public MobileAppCategoryCollectionPage(@Nonnull MobileAppCategoryCollectionResponse response, @Nonnull MobileAppCategoryCollectionRequestBuilder builder) A collection page for MobileAppCategory- Parameters:
response- the serialized MobileAppCategoryCollectionResponse from the servicebuilder- the request builder for the next collection page
-
MobileAppCategoryCollectionPage
public MobileAppCategoryCollectionPage(@Nonnull List<MobileAppCategory> pageContents, @Nullable MobileAppCategoryCollectionRequestBuilder nextRequestBuilder) Creates the collection page for MobileAppCategory- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-