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