public class UserGetManagedAppDiagnosticStatusesCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<ManagedAppDiagnosticStatus,UserGetManagedAppDiagnosticStatusesCollectionRequestBuilder>
Constructor and Description |
---|
UserGetManagedAppDiagnosticStatusesCollectionPage(java.util.List<ManagedAppDiagnosticStatus> pageContents,
UserGetManagedAppDiagnosticStatusesCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for UserGetManagedAppDiagnosticStatuses
|
UserGetManagedAppDiagnosticStatusesCollectionPage(UserGetManagedAppDiagnosticStatusesCollectionResponse response,
UserGetManagedAppDiagnosticStatusesCollectionRequestBuilder builder)
A collection page for ManagedAppDiagnosticStatus.
|
public UserGetManagedAppDiagnosticStatusesCollectionPage(@Nonnull UserGetManagedAppDiagnosticStatusesCollectionResponse response, @Nonnull UserGetManagedAppDiagnosticStatusesCollectionRequestBuilder builder)
response
- The serialized UserGetManagedAppDiagnosticStatusesCollectionResponse from the servicebuilder
- The request builder for the next collection pagepublic UserGetManagedAppDiagnosticStatusesCollectionPage(@Nonnull java.util.List<ManagedAppDiagnosticStatus> pageContents, @Nullable UserGetManagedAppDiagnosticStatusesCollectionRequestBuilder nextRequestBuilder)
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page