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