Package com.microsoft.graph.requests
Class UserExperienceAnalyticsDeviceStartupProcessPerformanceCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<UserExperienceAnalyticsDeviceStartupProcessPerformance,UserExperienceAnalyticsDeviceStartupProcessPerformanceCollectionRequestBuilder>
com.microsoft.graph.requests.UserExperienceAnalyticsDeviceStartupProcessPerformanceCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class UserExperienceAnalyticsDeviceStartupProcessPerformanceCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<UserExperienceAnalyticsDeviceStartupProcessPerformance,UserExperienceAnalyticsDeviceStartupProcessPerformanceCollectionRequestBuilder>
The class for the User Experience Analytics Device Startup Process Performance Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionUserExperienceAnalyticsDeviceStartupProcessPerformanceCollectionPage(UserExperienceAnalyticsDeviceStartupProcessPerformanceCollectionResponse response, UserExperienceAnalyticsDeviceStartupProcessPerformanceCollectionRequestBuilder builder) A collection page for UserExperienceAnalyticsDeviceStartupProcessPerformanceUserExperienceAnalyticsDeviceStartupProcessPerformanceCollectionPage(List<UserExperienceAnalyticsDeviceStartupProcessPerformance> pageContents, UserExperienceAnalyticsDeviceStartupProcessPerformanceCollectionRequestBuilder nextRequestBuilder) Creates the collection page for UserExperienceAnalyticsDeviceStartupProcessPerformance -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
UserExperienceAnalyticsDeviceStartupProcessPerformanceCollectionPage
public UserExperienceAnalyticsDeviceStartupProcessPerformanceCollectionPage(@Nonnull UserExperienceAnalyticsDeviceStartupProcessPerformanceCollectionResponse response, @Nonnull UserExperienceAnalyticsDeviceStartupProcessPerformanceCollectionRequestBuilder builder) A collection page for UserExperienceAnalyticsDeviceStartupProcessPerformance- Parameters:
response- the serialized UserExperienceAnalyticsDeviceStartupProcessPerformanceCollectionResponse from the servicebuilder- the request builder for the next collection page
-
UserExperienceAnalyticsDeviceStartupProcessPerformanceCollectionPage
public UserExperienceAnalyticsDeviceStartupProcessPerformanceCollectionPage(@Nonnull List<UserExperienceAnalyticsDeviceStartupProcessPerformance> pageContents, @Nullable UserExperienceAnalyticsDeviceStartupProcessPerformanceCollectionRequestBuilder nextRequestBuilder) Creates the collection page for UserExperienceAnalyticsDeviceStartupProcessPerformance- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-