Package com.microsoft.graph.requests
Class WindowsDeviceMalwareStateCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<WindowsDeviceMalwareState,WindowsDeviceMalwareStateCollectionRequestBuilder>
com.microsoft.graph.requests.WindowsDeviceMalwareStateCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class WindowsDeviceMalwareStateCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<WindowsDeviceMalwareState,WindowsDeviceMalwareStateCollectionRequestBuilder>
The class for the Windows Device Malware State Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionWindowsDeviceMalwareStateCollectionPage(WindowsDeviceMalwareStateCollectionResponse response, WindowsDeviceMalwareStateCollectionRequestBuilder builder) A collection page for WindowsDeviceMalwareStateWindowsDeviceMalwareStateCollectionPage(List<WindowsDeviceMalwareState> pageContents, WindowsDeviceMalwareStateCollectionRequestBuilder nextRequestBuilder) Creates the collection page for WindowsDeviceMalwareState -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
WindowsDeviceMalwareStateCollectionPage
public WindowsDeviceMalwareStateCollectionPage(@Nonnull WindowsDeviceMalwareStateCollectionResponse response, @Nonnull WindowsDeviceMalwareStateCollectionRequestBuilder builder) A collection page for WindowsDeviceMalwareState- Parameters:
response- the serialized WindowsDeviceMalwareStateCollectionResponse from the servicebuilder- the request builder for the next collection page
-
WindowsDeviceMalwareStateCollectionPage
public WindowsDeviceMalwareStateCollectionPage(@Nonnull List<WindowsDeviceMalwareState> pageContents, @Nullable WindowsDeviceMalwareStateCollectionRequestBuilder nextRequestBuilder) Creates the collection page for WindowsDeviceMalwareState- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-