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