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