Class RiskyServicePrincipalCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<RiskyServicePrincipal,RiskyServicePrincipalCollectionRequestBuilder>
com.microsoft.graph.requests.RiskyServicePrincipalCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class RiskyServicePrincipalCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<RiskyServicePrincipal,RiskyServicePrincipalCollectionRequestBuilder>
The class for the Risky Service Principal Collection Page.
  • Constructor Details

    • RiskyServicePrincipalCollectionPage

      public RiskyServicePrincipalCollectionPage(@Nonnull RiskyServicePrincipalCollectionResponse response, @Nonnull RiskyServicePrincipalCollectionRequestBuilder builder)
      A collection page for RiskyServicePrincipal
      Parameters:
      response - the serialized RiskyServicePrincipalCollectionResponse from the service
      builder - the request builder for the next collection page
    • RiskyServicePrincipalCollectionPage

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