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