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