Package com.microsoft.graph.requests
Class UnifiedRoleAssignmentScheduleInstanceCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<UnifiedRoleAssignmentScheduleInstance,UnifiedRoleAssignmentScheduleInstanceCollectionRequestBuilder>
com.microsoft.graph.requests.UnifiedRoleAssignmentScheduleInstanceCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class UnifiedRoleAssignmentScheduleInstanceCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<UnifiedRoleAssignmentScheduleInstance,UnifiedRoleAssignmentScheduleInstanceCollectionRequestBuilder>
The class for the Unified Role Assignment Schedule Instance Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionUnifiedRoleAssignmentScheduleInstanceCollectionPage
(UnifiedRoleAssignmentScheduleInstanceCollectionResponse response, UnifiedRoleAssignmentScheduleInstanceCollectionRequestBuilder builder) A collection page for UnifiedRoleAssignmentScheduleInstanceUnifiedRoleAssignmentScheduleInstanceCollectionPage
(List<UnifiedRoleAssignmentScheduleInstance> pageContents, UnifiedRoleAssignmentScheduleInstanceCollectionRequestBuilder nextRequestBuilder) Creates the collection page for UnifiedRoleAssignmentScheduleInstance -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
UnifiedRoleAssignmentScheduleInstanceCollectionPage
public UnifiedRoleAssignmentScheduleInstanceCollectionPage(@Nonnull UnifiedRoleAssignmentScheduleInstanceCollectionResponse response, @Nonnull UnifiedRoleAssignmentScheduleInstanceCollectionRequestBuilder builder) A collection page for UnifiedRoleAssignmentScheduleInstance- Parameters:
response
- the serialized UnifiedRoleAssignmentScheduleInstanceCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
UnifiedRoleAssignmentScheduleInstanceCollectionPage
public UnifiedRoleAssignmentScheduleInstanceCollectionPage(@Nonnull List<UnifiedRoleAssignmentScheduleInstance> pageContents, @Nullable UnifiedRoleAssignmentScheduleInstanceCollectionRequestBuilder nextRequestBuilder) Creates the collection page for UnifiedRoleAssignmentScheduleInstance- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-