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