Package com.microsoft.graph.requests
Class DeviceManagementTroubleshootingEventCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<DeviceManagementTroubleshootingEvent,DeviceManagementTroubleshootingEventCollectionRequestBuilder>
com.microsoft.graph.requests.DeviceManagementTroubleshootingEventCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class DeviceManagementTroubleshootingEventCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<DeviceManagementTroubleshootingEvent,DeviceManagementTroubleshootingEventCollectionRequestBuilder>
The class for the Device Management Troubleshooting Event Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionDeviceManagementTroubleshootingEventCollectionPage
(DeviceManagementTroubleshootingEventCollectionResponse response, DeviceManagementTroubleshootingEventCollectionRequestBuilder builder) A collection page for DeviceManagementTroubleshootingEventDeviceManagementTroubleshootingEventCollectionPage
(List<DeviceManagementTroubleshootingEvent> pageContents, DeviceManagementTroubleshootingEventCollectionRequestBuilder nextRequestBuilder) Creates the collection page for DeviceManagementTroubleshootingEvent -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
DeviceManagementTroubleshootingEventCollectionPage
public DeviceManagementTroubleshootingEventCollectionPage(@Nonnull DeviceManagementTroubleshootingEventCollectionResponse response, @Nonnull DeviceManagementTroubleshootingEventCollectionRequestBuilder builder) A collection page for DeviceManagementTroubleshootingEvent- Parameters:
response
- the serialized DeviceManagementTroubleshootingEventCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
DeviceManagementTroubleshootingEventCollectionPage
public DeviceManagementTroubleshootingEventCollectionPage(@Nonnull List<DeviceManagementTroubleshootingEvent> pageContents, @Nullable DeviceManagementTroubleshootingEventCollectionRequestBuilder nextRequestBuilder) Creates the collection page for DeviceManagementTroubleshootingEvent- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-