Package com.microsoft.graph.requests
Class DeviceAndAppManagementRoleAssignmentCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<DeviceAndAppManagementRoleAssignment,DeviceAndAppManagementRoleAssignmentCollectionRequestBuilder>
com.microsoft.graph.requests.DeviceAndAppManagementRoleAssignmentCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class DeviceAndAppManagementRoleAssignmentCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<DeviceAndAppManagementRoleAssignment,DeviceAndAppManagementRoleAssignmentCollectionRequestBuilder>
The class for the Device And App Management Role Assignment Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionDeviceAndAppManagementRoleAssignmentCollectionPage(DeviceAndAppManagementRoleAssignmentCollectionResponse response, DeviceAndAppManagementRoleAssignmentCollectionRequestBuilder builder) A collection page for DeviceAndAppManagementRoleAssignmentDeviceAndAppManagementRoleAssignmentCollectionPage(List<DeviceAndAppManagementRoleAssignment> pageContents, DeviceAndAppManagementRoleAssignmentCollectionRequestBuilder nextRequestBuilder) Creates the collection page for DeviceAndAppManagementRoleAssignment -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
DeviceAndAppManagementRoleAssignmentCollectionPage
public DeviceAndAppManagementRoleAssignmentCollectionPage(@Nonnull DeviceAndAppManagementRoleAssignmentCollectionResponse response, @Nonnull DeviceAndAppManagementRoleAssignmentCollectionRequestBuilder builder) A collection page for DeviceAndAppManagementRoleAssignment- Parameters:
response- the serialized DeviceAndAppManagementRoleAssignmentCollectionResponse from the servicebuilder- the request builder for the next collection page
-
DeviceAndAppManagementRoleAssignmentCollectionPage
public DeviceAndAppManagementRoleAssignmentCollectionPage(@Nonnull List<DeviceAndAppManagementRoleAssignment> pageContents, @Nullable DeviceAndAppManagementRoleAssignmentCollectionRequestBuilder nextRequestBuilder) Creates the collection page for DeviceAndAppManagementRoleAssignment- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-