Package com.microsoft.graph.requests
Class WindowsInformationProtectionNetworkLearningSummaryCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<WindowsInformationProtectionNetworkLearningSummary,WindowsInformationProtectionNetworkLearningSummaryCollectionRequestBuilder>
com.microsoft.graph.requests.WindowsInformationProtectionNetworkLearningSummaryCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class WindowsInformationProtectionNetworkLearningSummaryCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<WindowsInformationProtectionNetworkLearningSummary,WindowsInformationProtectionNetworkLearningSummaryCollectionRequestBuilder>
The class for the Windows Information Protection Network Learning Summary Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionWindowsInformationProtectionNetworkLearningSummaryCollectionPage
(WindowsInformationProtectionNetworkLearningSummaryCollectionResponse response, WindowsInformationProtectionNetworkLearningSummaryCollectionRequestBuilder builder) A collection page for WindowsInformationProtectionNetworkLearningSummaryWindowsInformationProtectionNetworkLearningSummaryCollectionPage
(List<WindowsInformationProtectionNetworkLearningSummary> pageContents, WindowsInformationProtectionNetworkLearningSummaryCollectionRequestBuilder nextRequestBuilder) Creates the collection page for WindowsInformationProtectionNetworkLearningSummary -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
WindowsInformationProtectionNetworkLearningSummaryCollectionPage
public WindowsInformationProtectionNetworkLearningSummaryCollectionPage(@Nonnull WindowsInformationProtectionNetworkLearningSummaryCollectionResponse response, @Nonnull WindowsInformationProtectionNetworkLearningSummaryCollectionRequestBuilder builder) A collection page for WindowsInformationProtectionNetworkLearningSummary- Parameters:
response
- the serialized WindowsInformationProtectionNetworkLearningSummaryCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
WindowsInformationProtectionNetworkLearningSummaryCollectionPage
public WindowsInformationProtectionNetworkLearningSummaryCollectionPage(@Nonnull List<WindowsInformationProtectionNetworkLearningSummary> pageContents, @Nullable WindowsInformationProtectionNetworkLearningSummaryCollectionRequestBuilder nextRequestBuilder) Creates the collection page for WindowsInformationProtectionNetworkLearningSummary- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-