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