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