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