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