Class OrgContactCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<OrgContact,OrgContactCollectionRequestBuilder>
com.microsoft.graph.requests.OrgContactCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class OrgContactCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<OrgContact,OrgContactCollectionRequestBuilder>
The class for the Org Contact Collection Page.
  • Constructor Details

    • OrgContactCollectionPage

      public OrgContactCollectionPage(@Nonnull OrgContactCollectionResponse response, @Nonnull OrgContactCollectionRequestBuilder builder)
      A collection page for OrgContact
      Parameters:
      response - the serialized OrgContactCollectionResponse from the service
      builder - the request builder for the next collection page
    • OrgContactCollectionPage

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