Class RoleAssignmentCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<RoleAssignment,RoleAssignmentCollectionRequestBuilder>
com.microsoft.graph.requests.RoleAssignmentCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class RoleAssignmentCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<RoleAssignment,RoleAssignmentCollectionRequestBuilder>
The class for the Role Assignment Collection Page.
  • Constructor Details

    • RoleAssignmentCollectionPage

      public RoleAssignmentCollectionPage(@Nonnull RoleAssignmentCollectionResponse response, @Nonnull RoleAssignmentCollectionRequestBuilder builder)
      A collection page for RoleAssignment
      Parameters:
      response - the serialized RoleAssignmentCollectionResponse from the service
      builder - the request builder for the next collection page
    • RoleAssignmentCollectionPage

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