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