Package com.microsoft.graph.requests
Class ManagedDeviceMobileAppConfigurationDeviceStatusCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ManagedDeviceMobileAppConfigurationDeviceStatus,ManagedDeviceMobileAppConfigurationDeviceStatusCollectionRequestBuilder>
com.microsoft.graph.requests.ManagedDeviceMobileAppConfigurationDeviceStatusCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class ManagedDeviceMobileAppConfigurationDeviceStatusCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<ManagedDeviceMobileAppConfigurationDeviceStatus,ManagedDeviceMobileAppConfigurationDeviceStatusCollectionRequestBuilder>
The class for the Managed Device Mobile App Configuration Device Status Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionManagedDeviceMobileAppConfigurationDeviceStatusCollectionPage(ManagedDeviceMobileAppConfigurationDeviceStatusCollectionResponse response, ManagedDeviceMobileAppConfigurationDeviceStatusCollectionRequestBuilder builder) A collection page for ManagedDeviceMobileAppConfigurationDeviceStatusManagedDeviceMobileAppConfigurationDeviceStatusCollectionPage(List<ManagedDeviceMobileAppConfigurationDeviceStatus> pageContents, ManagedDeviceMobileAppConfigurationDeviceStatusCollectionRequestBuilder nextRequestBuilder) Creates the collection page for ManagedDeviceMobileAppConfigurationDeviceStatus -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
ManagedDeviceMobileAppConfigurationDeviceStatusCollectionPage
public ManagedDeviceMobileAppConfigurationDeviceStatusCollectionPage(@Nonnull ManagedDeviceMobileAppConfigurationDeviceStatusCollectionResponse response, @Nonnull ManagedDeviceMobileAppConfigurationDeviceStatusCollectionRequestBuilder builder) A collection page for ManagedDeviceMobileAppConfigurationDeviceStatus- Parameters:
response- the serialized ManagedDeviceMobileAppConfigurationDeviceStatusCollectionResponse from the servicebuilder- the request builder for the next collection page
-
ManagedDeviceMobileAppConfigurationDeviceStatusCollectionPage
public ManagedDeviceMobileAppConfigurationDeviceStatusCollectionPage(@Nonnull List<ManagedDeviceMobileAppConfigurationDeviceStatus> pageContents, @Nullable ManagedDeviceMobileAppConfigurationDeviceStatusCollectionRequestBuilder nextRequestBuilder) Creates the collection page for ManagedDeviceMobileAppConfigurationDeviceStatus- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-