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