Class UnifiedRoleAssignmentCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<UnifiedRoleAssignment,UnifiedRoleAssignmentCollectionRequestBuilder>
com.microsoft.graph.requests.UnifiedRoleAssignmentCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class UnifiedRoleAssignmentCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<UnifiedRoleAssignment,UnifiedRoleAssignmentCollectionRequestBuilder>
The class for the Unified Role Assignment Collection Page.
  • Constructor Details

    • UnifiedRoleAssignmentCollectionPage

      public UnifiedRoleAssignmentCollectionPage(@Nonnull UnifiedRoleAssignmentCollectionResponse response, @Nonnull UnifiedRoleAssignmentCollectionRequestBuilder builder)
      A collection page for UnifiedRoleAssignment
      Parameters:
      response - the serialized UnifiedRoleAssignmentCollectionResponse from the service
      builder - the request builder for the next collection page
    • UnifiedRoleAssignmentCollectionPage

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