Class OrganizationCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Organization,OrganizationCollectionRequestBuilder>
com.microsoft.graph.requests.OrganizationCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class OrganizationCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Organization,OrganizationCollectionRequestBuilder>
The class for the Organization Collection Page.
  • Constructor Details

    • OrganizationCollectionPage

      public OrganizationCollectionPage(@Nonnull OrganizationCollectionResponse response, @Nonnull OrganizationCollectionRequestBuilder builder)
      A collection page for Organization
      Parameters:
      response - the serialized OrganizationCollectionResponse from the service
      builder - the request builder for the next collection page
    • OrganizationCollectionPage

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