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