Class ServicePrincipalDeltaCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<T,T2>
com.microsoft.graph.http.DeltaCollectionPage<ServicePrincipal,ServicePrincipalDeltaCollectionRequestBuilder>
com.microsoft.graph.requests.ServicePrincipalDeltaCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ServicePrincipalDeltaCollectionPage extends com.microsoft.graph.http.DeltaCollectionPage<ServicePrincipal,ServicePrincipalDeltaCollectionRequestBuilder>
The class for the Service Principal Delta Collection Page.
  • Constructor Details

    • ServicePrincipalDeltaCollectionPage

      public ServicePrincipalDeltaCollectionPage(@Nonnull ServicePrincipalDeltaCollectionResponse response, @Nonnull ServicePrincipalDeltaCollectionRequestBuilder builder)
      A collection page for ServicePrincipal.
      Parameters:
      response - The serialized ServicePrincipalDeltaCollectionResponse from the service
      builder - The request builder for the next collection page
    • ServicePrincipalDeltaCollectionPage

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