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