Class LicenseDetailsCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<LicenseDetails,LicenseDetailsCollectionRequestBuilder>
com.microsoft.graph.requests.LicenseDetailsCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class LicenseDetailsCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<LicenseDetails,LicenseDetailsCollectionRequestBuilder>
The class for the License Details Collection Page.
  • Constructor Details

    • LicenseDetailsCollectionPage

      public LicenseDetailsCollectionPage(@Nonnull LicenseDetailsCollectionResponse response, @Nonnull LicenseDetailsCollectionRequestBuilder builder)
      A collection page for LicenseDetails
      Parameters:
      response - the serialized LicenseDetailsCollectionResponse from the service
      builder - the request builder for the next collection page
    • LicenseDetailsCollectionPage

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