Package com.microsoft.graph.requests
Class RoleDefinitionCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<RoleDefinition,RoleDefinitionCollectionRequestBuilder>
com.microsoft.graph.requests.RoleDefinitionCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class RoleDefinitionCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<RoleDefinition,RoleDefinitionCollectionRequestBuilder>
The class for the Role Definition Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionRoleDefinitionCollectionPage(RoleDefinitionCollectionResponse response, RoleDefinitionCollectionRequestBuilder builder) A collection page for RoleDefinitionRoleDefinitionCollectionPage(List<RoleDefinition> pageContents, RoleDefinitionCollectionRequestBuilder nextRequestBuilder) Creates the collection page for RoleDefinition -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
RoleDefinitionCollectionPage
public RoleDefinitionCollectionPage(@Nonnull RoleDefinitionCollectionResponse response, @Nonnull RoleDefinitionCollectionRequestBuilder builder) A collection page for RoleDefinition- Parameters:
response- the serialized RoleDefinitionCollectionResponse from the servicebuilder- the request builder for the next collection page
-
RoleDefinitionCollectionPage
public RoleDefinitionCollectionPage(@Nonnull List<RoleDefinition> pageContents, @Nullable RoleDefinitionCollectionRequestBuilder nextRequestBuilder) Creates the collection page for RoleDefinition- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-