public class DirectoryObjectCollectionWithReferencesPage extends com.microsoft.graph.http.BaseCollectionPage<DirectoryObject,DirectoryObjectCollectionWithReferencesRequestBuilder>
| Constructor and Description |
|---|
DirectoryObjectCollectionWithReferencesPage(DirectoryObjectCollectionResponse response,
DirectoryObjectCollectionWithReferencesRequestBuilder builder)
A collection page for DirectoryObject
|
DirectoryObjectCollectionWithReferencesPage(java.util.List<DirectoryObject> pageContents,
DirectoryObjectCollectionWithReferencesRequestBuilder nextRequestBuilder)
Creates the collection page for DirectoryObject
|
public DirectoryObjectCollectionWithReferencesPage(@Nonnull
DirectoryObjectCollectionResponse response,
@Nullable
DirectoryObjectCollectionWithReferencesRequestBuilder builder)
response - the serialized DirectoryObjectCollectionResponse from the servicebuilder - the request builder for the next collection pagepublic DirectoryObjectCollectionWithReferencesPage(@Nonnull
java.util.List<DirectoryObject> pageContents,
@Nullable
DirectoryObjectCollectionWithReferencesRequestBuilder nextRequestBuilder)
pageContents - the contents of this pagenextRequestBuilder - the request builder for the next page