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