Package com.microsoft.graph.requests
Class DeviceManagementGetEffectivePermissionsCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<RolePermission,DeviceManagementGetEffectivePermissionsCollectionRequestBuilder>
com.microsoft.graph.requests.DeviceManagementGetEffectivePermissionsCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class DeviceManagementGetEffectivePermissionsCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<RolePermission,DeviceManagementGetEffectivePermissionsCollectionRequestBuilder>
The class for the Device Management Get Effective Permissions Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionDeviceManagementGetEffectivePermissionsCollectionPage
(DeviceManagementGetEffectivePermissionsCollectionResponse response, DeviceManagementGetEffectivePermissionsCollectionRequestBuilder builder) A collection page for RolePermission.DeviceManagementGetEffectivePermissionsCollectionPage
(List<RolePermission> pageContents, DeviceManagementGetEffectivePermissionsCollectionRequestBuilder nextRequestBuilder) Creates the collection page for DeviceManagementGetEffectivePermissions -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
DeviceManagementGetEffectivePermissionsCollectionPage
public DeviceManagementGetEffectivePermissionsCollectionPage(@Nonnull DeviceManagementGetEffectivePermissionsCollectionResponse response, @Nonnull DeviceManagementGetEffectivePermissionsCollectionRequestBuilder builder) A collection page for RolePermission.- Parameters:
response
- The serialized DeviceManagementGetEffectivePermissionsCollectionResponse from the servicebuilder
- The request builder for the next collection page
-
DeviceManagementGetEffectivePermissionsCollectionPage
public DeviceManagementGetEffectivePermissionsCollectionPage(@Nonnull List<RolePermission> pageContents, @Nullable DeviceManagementGetEffectivePermissionsCollectionRequestBuilder nextRequestBuilder) Creates the collection page for DeviceManagementGetEffectivePermissions- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-