Class OrgContactDeltaCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<T,T2>
com.microsoft.graph.http.DeltaCollectionPage<OrgContact,OrgContactDeltaCollectionRequestBuilder>
com.microsoft.graph.requests.OrgContactDeltaCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class OrgContactDeltaCollectionPage extends com.microsoft.graph.http.DeltaCollectionPage<OrgContact,OrgContactDeltaCollectionRequestBuilder>
The class for the Org Contact Delta Collection Page.
  • Constructor Details

    • OrgContactDeltaCollectionPage

      public OrgContactDeltaCollectionPage(@Nonnull OrgContactDeltaCollectionResponse response, @Nonnull OrgContactDeltaCollectionRequestBuilder builder)
      A collection page for OrgContact.
      Parameters:
      response - The serialized OrgContactDeltaCollectionResponse from the service
      builder - The request builder for the next collection page
    • OrgContactDeltaCollectionPage

      public OrgContactDeltaCollectionPage(@Nonnull List<OrgContact> pageContents, @Nullable OrgContactDeltaCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for OrgContactDelta
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page