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