Class UserProcessingResultCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<UserProcessingResult,UserProcessingResultCollectionRequestBuilder>
com.microsoft.graph.identitygovernance.requests.UserProcessingResultCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class UserProcessingResultCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<UserProcessingResult,UserProcessingResultCollectionRequestBuilder>
The class for the User Processing Result Collection Page.
  • Constructor Details

    • UserProcessingResultCollectionPage

      public UserProcessingResultCollectionPage(@Nonnull UserProcessingResultCollectionResponse response, @Nonnull UserProcessingResultCollectionRequestBuilder builder)
      A collection page for UserProcessingResult
      Parameters:
      response - the serialized UserProcessingResultCollectionResponse from the service
      builder - the request builder for the next collection page
    • UserProcessingResultCollectionPage

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