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