Package com.microsoft.graph.requests
Class AccessReviewHistoryInstanceCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<AccessReviewHistoryInstance,AccessReviewHistoryInstanceCollectionRequestBuilder>
com.microsoft.graph.requests.AccessReviewHistoryInstanceCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class AccessReviewHistoryInstanceCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<AccessReviewHistoryInstance,AccessReviewHistoryInstanceCollectionRequestBuilder>
The class for the Access Review History Instance Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionAccessReviewHistoryInstanceCollectionPage
(AccessReviewHistoryInstanceCollectionResponse response, AccessReviewHistoryInstanceCollectionRequestBuilder builder) A collection page for AccessReviewHistoryInstanceAccessReviewHistoryInstanceCollectionPage
(List<AccessReviewHistoryInstance> pageContents, AccessReviewHistoryInstanceCollectionRequestBuilder nextRequestBuilder) Creates the collection page for AccessReviewHistoryInstance -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
AccessReviewHistoryInstanceCollectionPage
public AccessReviewHistoryInstanceCollectionPage(@Nonnull AccessReviewHistoryInstanceCollectionResponse response, @Nonnull AccessReviewHistoryInstanceCollectionRequestBuilder builder) A collection page for AccessReviewHistoryInstance- Parameters:
response
- the serialized AccessReviewHistoryInstanceCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
AccessReviewHistoryInstanceCollectionPage
public AccessReviewHistoryInstanceCollectionPage(@Nonnull List<AccessReviewHistoryInstance> pageContents, @Nullable AccessReviewHistoryInstanceCollectionRequestBuilder nextRequestBuilder) Creates the collection page for AccessReviewHistoryInstance- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-