public class DeviceManagementTroubleshootingEventCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<DeviceManagementTroubleshootingEvent,DeviceManagementTroubleshootingEventCollectionRequestBuilder>
| Constructor and Description |
|---|
DeviceManagementTroubleshootingEventCollectionPage(DeviceManagementTroubleshootingEventCollectionResponse response,
DeviceManagementTroubleshootingEventCollectionRequestBuilder builder)
A collection page for DeviceManagementTroubleshootingEvent
|
DeviceManagementTroubleshootingEventCollectionPage(java.util.List<DeviceManagementTroubleshootingEvent> pageContents,
DeviceManagementTroubleshootingEventCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for DeviceManagementTroubleshootingEvent
|
public DeviceManagementTroubleshootingEventCollectionPage(@Nonnull
DeviceManagementTroubleshootingEventCollectionResponse response,
@Nonnull
DeviceManagementTroubleshootingEventCollectionRequestBuilder builder)
response - the serialized DeviceManagementTroubleshootingEventCollectionResponse from the servicebuilder - the request builder for the next collection pagepublic DeviceManagementTroubleshootingEventCollectionPage(@Nonnull
java.util.List<DeviceManagementTroubleshootingEvent> pageContents,
@Nullable
DeviceManagementTroubleshootingEventCollectionRequestBuilder nextRequestBuilder)
pageContents - the contents of this pagenextRequestBuilder - the request builder for the next page