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