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