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