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