Class SubjectRightsRequestCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<SubjectRightsRequest,SubjectRightsRequestCollectionRequestBuilder>
com.microsoft.graph.requests.SubjectRightsRequestCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class SubjectRightsRequestCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<SubjectRightsRequest,SubjectRightsRequestCollectionRequestBuilder>
The class for the Subject Rights Request Collection Page.
  • Constructor Details

    • SubjectRightsRequestCollectionPage

      public SubjectRightsRequestCollectionPage(@Nonnull SubjectRightsRequestCollectionResponse response, @Nonnull SubjectRightsRequestCollectionRequestBuilder builder)
      A collection page for SubjectRightsRequest
      Parameters:
      response - the serialized SubjectRightsRequestCollectionResponse from the service
      builder - the request builder for the next collection page
    • SubjectRightsRequestCollectionPage

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