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