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