Package com.microsoft.graph.requests
Class DirectoryObjectDeltaCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<T,T2>
com.microsoft.graph.http.DeltaCollectionPage<DirectoryObject,DirectoryObjectDeltaCollectionRequestBuilder>
com.microsoft.graph.requests.DirectoryObjectDeltaCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class DirectoryObjectDeltaCollectionPage
extends com.microsoft.graph.http.DeltaCollectionPage<DirectoryObject,DirectoryObjectDeltaCollectionRequestBuilder>
The class for the Directory Object Delta Collection Page.
-
Field Summary
Fields inherited from class com.microsoft.graph.http.DeltaCollectionPage
deltaLink -
Constructor Summary
ConstructorsConstructorDescriptionDirectoryObjectDeltaCollectionPage(DirectoryObjectDeltaCollectionResponse response, DirectoryObjectDeltaCollectionRequestBuilder builder) A collection page for DirectoryObject.DirectoryObjectDeltaCollectionPage(List<DirectoryObject> pageContents, DirectoryObjectDeltaCollectionRequestBuilder nextRequestBuilder) Creates the collection page for DirectoryObjectDelta -
Method Summary
Methods inherited from class com.microsoft.graph.http.DeltaCollectionPage
deltaLinkMethods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
DirectoryObjectDeltaCollectionPage
public DirectoryObjectDeltaCollectionPage(@Nonnull DirectoryObjectDeltaCollectionResponse response, @Nonnull DirectoryObjectDeltaCollectionRequestBuilder builder) A collection page for DirectoryObject.- Parameters:
response- The serialized DirectoryObjectDeltaCollectionResponse from the servicebuilder- The request builder for the next collection page
-
DirectoryObjectDeltaCollectionPage
public DirectoryObjectDeltaCollectionPage(@Nonnull List<DirectoryObject> pageContents, @Nullable DirectoryObjectDeltaCollectionRequestBuilder nextRequestBuilder) Creates the collection page for DirectoryObjectDelta- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-