Package com.microsoft.graph.requests
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 Summary
ConstructorsConstructorDescriptionScopedRoleMembershipCollectionPage
(ScopedRoleMembershipCollectionResponse response, ScopedRoleMembershipCollectionRequestBuilder builder) A collection page for ScopedRoleMembershipScopedRoleMembershipCollectionPage
(List<ScopedRoleMembership> pageContents, ScopedRoleMembershipCollectionRequestBuilder nextRequestBuilder) Creates the collection page for ScopedRoleMembership -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
ScopedRoleMembershipCollectionPage
public ScopedRoleMembershipCollectionPage(@Nonnull ScopedRoleMembershipCollectionResponse response, @Nonnull ScopedRoleMembershipCollectionRequestBuilder builder) A collection page for ScopedRoleMembership- Parameters:
response
- the serialized ScopedRoleMembershipCollectionResponse from the servicebuilder
- 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 pagenextRequestBuilder
- the request builder for the next page
-