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