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