Class ServicePrincipalCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ServicePrincipal,ServicePrincipalCollectionRequestBuilder>
com.microsoft.graph.requests.ServicePrincipalCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ServicePrincipalCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<ServicePrincipal,ServicePrincipalCollectionRequestBuilder>
The class for the Service Principal Collection Page.
  • Constructor Details

    • ServicePrincipalCollectionPage

      public ServicePrincipalCollectionPage(@Nonnull ServicePrincipalCollectionResponse response, @Nonnull ServicePrincipalCollectionRequestBuilder builder)
      A collection page for ServicePrincipal
      Parameters:
      response - the serialized ServicePrincipalCollectionResponse from the service
      builder - the request builder for the next collection page
    • ServicePrincipalCollectionPage

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