Package com.microsoft.graph.requests
Class DelegatedAdminAccessAssignmentCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<DelegatedAdminAccessAssignment,DelegatedAdminAccessAssignmentCollectionRequestBuilder>
com.microsoft.graph.requests.DelegatedAdminAccessAssignmentCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class DelegatedAdminAccessAssignmentCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<DelegatedAdminAccessAssignment,DelegatedAdminAccessAssignmentCollectionRequestBuilder>
The class for the Delegated Admin Access Assignment Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionDelegatedAdminAccessAssignmentCollectionPage
(DelegatedAdminAccessAssignmentCollectionResponse response, DelegatedAdminAccessAssignmentCollectionRequestBuilder builder) A collection page for DelegatedAdminAccessAssignmentDelegatedAdminAccessAssignmentCollectionPage
(List<DelegatedAdminAccessAssignment> pageContents, DelegatedAdminAccessAssignmentCollectionRequestBuilder nextRequestBuilder) Creates the collection page for DelegatedAdminAccessAssignment -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
DelegatedAdminAccessAssignmentCollectionPage
public DelegatedAdminAccessAssignmentCollectionPage(@Nonnull DelegatedAdminAccessAssignmentCollectionResponse response, @Nonnull DelegatedAdminAccessAssignmentCollectionRequestBuilder builder) A collection page for DelegatedAdminAccessAssignment- Parameters:
response
- the serialized DelegatedAdminAccessAssignmentCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
DelegatedAdminAccessAssignmentCollectionPage
public DelegatedAdminAccessAssignmentCollectionPage(@Nonnull List<DelegatedAdminAccessAssignment> pageContents, @Nullable DelegatedAdminAccessAssignmentCollectionRequestBuilder nextRequestBuilder) Creates the collection page for DelegatedAdminAccessAssignment- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-