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