
com.microsoft.graph.requests.extensions.ManagedDeviceMobileAppConfigurationUserStatusCollectionPage Maven / Gradle / Ivy
// ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------
package com.microsoft.graph.requests.extensions;
import com.microsoft.graph.models.extensions.ManagedDeviceMobileAppConfigurationUserStatus;
import com.microsoft.graph.requests.extensions.IManagedDeviceMobileAppConfigurationUserStatusCollectionRequestBuilder;
import com.microsoft.graph.http.BaseCollectionPage;
import com.microsoft.graph.requests.extensions.ManagedDeviceMobileAppConfigurationUserStatusCollectionPage;
import com.microsoft.graph.requests.extensions.ManagedDeviceMobileAppConfigurationUserStatusCollectionResponse;
// **NOTE** This file was generated by a tool and any changes will be overwritten.
/**
* The class for the Managed Device Mobile App Configuration User Status Collection Page.
*/
public class ManagedDeviceMobileAppConfigurationUserStatusCollectionPage extends BaseCollectionPage implements IManagedDeviceMobileAppConfigurationUserStatusCollectionPage {
/**
* A collection page for ManagedDeviceMobileAppConfigurationUserStatus
*
* @param response the serialized ManagedDeviceMobileAppConfigurationUserStatusCollectionResponse from the service
* @param builder the request builder for the next collection page
*/
public ManagedDeviceMobileAppConfigurationUserStatusCollectionPage(final ManagedDeviceMobileAppConfigurationUserStatusCollectionResponse response, final IManagedDeviceMobileAppConfigurationUserStatusCollectionRequestBuilder builder) {
super(response.value, builder);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy