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