Class ConnectedOrganizationCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ConnectedOrganization,ConnectedOrganizationCollectionRequestBuilder>
com.microsoft.graph.requests.ConnectedOrganizationCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ConnectedOrganizationCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<ConnectedOrganization,ConnectedOrganizationCollectionRequestBuilder>
The class for the Connected Organization Collection Page.
  • Constructor Details

    • ConnectedOrganizationCollectionPage

      public ConnectedOrganizationCollectionPage(@Nonnull ConnectedOrganizationCollectionResponse response, @Nonnull ConnectedOrganizationCollectionRequestBuilder builder)
      A collection page for ConnectedOrganization
      Parameters:
      response - the serialized ConnectedOrganizationCollectionResponse from the service
      builder - the request builder for the next collection page
    • ConnectedOrganizationCollectionPage

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