Package com.microsoft.graph.requests
Class OnPremisesDirectorySynchronizationCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<OnPremisesDirectorySynchronization,OnPremisesDirectorySynchronizationCollectionRequestBuilder>
com.microsoft.graph.requests.OnPremisesDirectorySynchronizationCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class OnPremisesDirectorySynchronizationCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<OnPremisesDirectorySynchronization,OnPremisesDirectorySynchronizationCollectionRequestBuilder>
The class for the On Premises Directory Synchronization Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionOnPremisesDirectorySynchronizationCollectionPage(OnPremisesDirectorySynchronizationCollectionResponse response, OnPremisesDirectorySynchronizationCollectionRequestBuilder builder) A collection page for OnPremisesDirectorySynchronizationOnPremisesDirectorySynchronizationCollectionPage(List<OnPremisesDirectorySynchronization> pageContents, OnPremisesDirectorySynchronizationCollectionRequestBuilder nextRequestBuilder) Creates the collection page for OnPremisesDirectorySynchronization -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
OnPremisesDirectorySynchronizationCollectionPage
public OnPremisesDirectorySynchronizationCollectionPage(@Nonnull OnPremisesDirectorySynchronizationCollectionResponse response, @Nonnull OnPremisesDirectorySynchronizationCollectionRequestBuilder builder) A collection page for OnPremisesDirectorySynchronization- Parameters:
response- the serialized OnPremisesDirectorySynchronizationCollectionResponse from the servicebuilder- the request builder for the next collection page
-
OnPremisesDirectorySynchronizationCollectionPage
public OnPremisesDirectorySynchronizationCollectionPage(@Nonnull List<OnPremisesDirectorySynchronization> pageContents, @Nullable OnPremisesDirectorySynchronizationCollectionRequestBuilder nextRequestBuilder) Creates the collection page for OnPremisesDirectorySynchronization- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-