Package com.microsoft.graph.requests
Class MobileAppCategoryCollectionWithReferencesPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<MobileAppCategory,MobileAppCategoryCollectionWithReferencesRequestBuilder>
com.microsoft.graph.requests.MobileAppCategoryCollectionWithReferencesPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class MobileAppCategoryCollectionWithReferencesPage
extends com.microsoft.graph.http.BaseCollectionPage<MobileAppCategory,MobileAppCategoryCollectionWithReferencesRequestBuilder>
The class for the Mobile App Category Collection With References Page.
-
Constructor Summary
ConstructorsConstructorDescriptionMobileAppCategoryCollectionWithReferencesPage(MobileAppCategoryCollectionResponse response, MobileAppCategoryCollectionWithReferencesRequestBuilder builder) A collection page for MobileAppCategoryMobileAppCategoryCollectionWithReferencesPage(List<MobileAppCategory> pageContents, MobileAppCategoryCollectionWithReferencesRequestBuilder 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
-
MobileAppCategoryCollectionWithReferencesPage
public MobileAppCategoryCollectionWithReferencesPage(@Nonnull MobileAppCategoryCollectionResponse response, @Nullable MobileAppCategoryCollectionWithReferencesRequestBuilder builder) A collection page for MobileAppCategory- Parameters:
response- the serialized MobileAppCategoryCollectionResponse from the servicebuilder- the request builder for the next collection page
-
MobileAppCategoryCollectionWithReferencesPage
public MobileAppCategoryCollectionWithReferencesPage(@Nonnull List<MobileAppCategory> pageContents, @Nullable MobileAppCategoryCollectionWithReferencesRequestBuilder nextRequestBuilder) Creates the collection page for MobileAppCategory- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-