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