Package com.microsoft.graph.requests
Class DirectoryRoleDeltaCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<T,T2>
com.microsoft.graph.http.DeltaCollectionPage<DirectoryRole,DirectoryRoleDeltaCollectionRequestBuilder>
com.microsoft.graph.requests.DirectoryRoleDeltaCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class DirectoryRoleDeltaCollectionPage
extends com.microsoft.graph.http.DeltaCollectionPage<DirectoryRole,DirectoryRoleDeltaCollectionRequestBuilder>
The class for the Directory Role Delta Collection Page.
-
Field Summary
Fields inherited from class com.microsoft.graph.http.DeltaCollectionPage
deltaLink -
Constructor Summary
ConstructorsConstructorDescriptionDirectoryRoleDeltaCollectionPage(DirectoryRoleDeltaCollectionResponse response, DirectoryRoleDeltaCollectionRequestBuilder builder) A collection page for DirectoryRole.DirectoryRoleDeltaCollectionPage(List<DirectoryRole> pageContents, DirectoryRoleDeltaCollectionRequestBuilder nextRequestBuilder) Creates the collection page for DirectoryRoleDelta -
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
-
DirectoryRoleDeltaCollectionPage
public DirectoryRoleDeltaCollectionPage(@Nonnull DirectoryRoleDeltaCollectionResponse response, @Nonnull DirectoryRoleDeltaCollectionRequestBuilder builder) A collection page for DirectoryRole.- Parameters:
response- The serialized DirectoryRoleDeltaCollectionResponse from the servicebuilder- The request builder for the next collection page
-
DirectoryRoleDeltaCollectionPage
public DirectoryRoleDeltaCollectionPage(@Nonnull List<DirectoryRole> pageContents, @Nullable DirectoryRoleDeltaCollectionRequestBuilder nextRequestBuilder) Creates the collection page for DirectoryRoleDelta- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-