Class AppRoleAssignmentCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<AppRoleAssignment,AppRoleAssignmentCollectionRequestBuilder>
com.microsoft.graph.requests.AppRoleAssignmentCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class AppRoleAssignmentCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<AppRoleAssignment,AppRoleAssignmentCollectionRequestBuilder>
The class for the App Role Assignment Collection Page.
  • Constructor Details

    • AppRoleAssignmentCollectionPage

      public AppRoleAssignmentCollectionPage(@Nonnull AppRoleAssignmentCollectionResponse response, @Nonnull AppRoleAssignmentCollectionRequestBuilder builder)
      A collection page for AppRoleAssignment
      Parameters:
      response - the serialized AppRoleAssignmentCollectionResponse from the service
      builder - the request builder for the next collection page
    • AppRoleAssignmentCollectionPage

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