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