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