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