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