Class SecureScoreCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<SecureScore,SecureScoreCollectionRequestBuilder>
com.microsoft.graph.requests.SecureScoreCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class SecureScoreCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<SecureScore,SecureScoreCollectionRequestBuilder>
The class for the Secure Score Collection Page.
  • Constructor Details

    • SecureScoreCollectionPage

      public SecureScoreCollectionPage(@Nonnull SecureScoreCollectionResponse response, @Nonnull SecureScoreCollectionRequestBuilder builder)
      A collection page for SecureScore
      Parameters:
      response - the serialized SecureScoreCollectionResponse from the service
      builder - the request builder for the next collection page
    • SecureScoreCollectionPage

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