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 Details

    • SynchronizationJobCollectionPage

      public SynchronizationJobCollectionPage(@Nonnull SynchronizationJobCollectionResponse response, @Nonnull SynchronizationJobCollectionRequestBuilder builder)
      A collection page for SynchronizationJob
      Parameters:
      response - the serialized SynchronizationJobCollectionResponse from the service
      builder - 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 page
      nextRequestBuilder - the request builder for the next page