Class ScopedRoleMembershipCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ScopedRoleMembership,ScopedRoleMembershipCollectionRequestBuilder>
com.microsoft.graph.requests.ScopedRoleMembershipCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ScopedRoleMembershipCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<ScopedRoleMembership,ScopedRoleMembershipCollectionRequestBuilder>
The class for the Scoped Role Membership Collection Page.
  • Constructor Details

    • ScopedRoleMembershipCollectionPage

      public ScopedRoleMembershipCollectionPage(@Nonnull ScopedRoleMembershipCollectionResponse response, @Nonnull ScopedRoleMembershipCollectionRequestBuilder builder)
      A collection page for ScopedRoleMembership
      Parameters:
      response - the serialized ScopedRoleMembershipCollectionResponse from the service
      builder - the request builder for the next collection page
    • ScopedRoleMembershipCollectionPage

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