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