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