Package com.microsoft.graph.requests
Class UserGetManagedAppDiagnosticStatusesCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ManagedAppDiagnosticStatus,UserGetManagedAppDiagnosticStatusesCollectionRequestBuilder>
com.microsoft.graph.requests.UserGetManagedAppDiagnosticStatusesCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class UserGetManagedAppDiagnosticStatusesCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<ManagedAppDiagnosticStatus,UserGetManagedAppDiagnosticStatusesCollectionRequestBuilder>
The class for the User Get Managed App Diagnostic Statuses Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionUserGetManagedAppDiagnosticStatusesCollectionPage
(UserGetManagedAppDiagnosticStatusesCollectionResponse response, UserGetManagedAppDiagnosticStatusesCollectionRequestBuilder builder) A collection page for ManagedAppDiagnosticStatus.UserGetManagedAppDiagnosticStatusesCollectionPage
(List<ManagedAppDiagnosticStatus> pageContents, UserGetManagedAppDiagnosticStatusesCollectionRequestBuilder nextRequestBuilder) Creates the collection page for UserGetManagedAppDiagnosticStatuses -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
UserGetManagedAppDiagnosticStatusesCollectionPage
public UserGetManagedAppDiagnosticStatusesCollectionPage(@Nonnull UserGetManagedAppDiagnosticStatusesCollectionResponse response, @Nonnull UserGetManagedAppDiagnosticStatusesCollectionRequestBuilder builder) A collection page for ManagedAppDiagnosticStatus.- Parameters:
response
- The serialized UserGetManagedAppDiagnosticStatusesCollectionResponse from the servicebuilder
- The request builder for the next collection page
-
UserGetManagedAppDiagnosticStatusesCollectionPage
public UserGetManagedAppDiagnosticStatusesCollectionPage(@Nonnull List<ManagedAppDiagnosticStatus> pageContents, @Nullable UserGetManagedAppDiagnosticStatusesCollectionRequestBuilder nextRequestBuilder) Creates the collection page for UserGetManagedAppDiagnosticStatuses- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-