Class UnifiedGroupSourceCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<UnifiedGroupSource,UnifiedGroupSourceCollectionRequestBuilder>
com.microsoft.graph.security.requests.UnifiedGroupSourceCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class UnifiedGroupSourceCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<UnifiedGroupSource,UnifiedGroupSourceCollectionRequestBuilder>
The class for the Unified Group Source Collection Page.
  • Constructor Details

    • UnifiedGroupSourceCollectionPage

      public UnifiedGroupSourceCollectionPage(@Nonnull UnifiedGroupSourceCollectionResponse response, @Nonnull UnifiedGroupSourceCollectionRequestBuilder builder)
      A collection page for UnifiedGroupSource
      Parameters:
      response - the serialized UnifiedGroupSourceCollectionResponse from the service
      builder - the request builder for the next collection page
    • UnifiedGroupSourceCollectionPage

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