Package com.microsoft.graph.requests
Class DriveItemSearchCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<DriveItem,DriveItemSearchCollectionRequestBuilder>
com.microsoft.graph.requests.DriveItemSearchCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class DriveItemSearchCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<DriveItem,DriveItemSearchCollectionRequestBuilder>
The class for the Drive Item Search Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionDriveItemSearchCollectionPage(DriveItemSearchCollectionResponse response, DriveItemSearchCollectionRequestBuilder builder) A collection page for DriveItem.DriveItemSearchCollectionPage(List<DriveItem> pageContents, DriveItemSearchCollectionRequestBuilder nextRequestBuilder) Creates the collection page for DriveItemSearch -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
DriveItemSearchCollectionPage
public DriveItemSearchCollectionPage(@Nonnull DriveItemSearchCollectionResponse response, @Nonnull DriveItemSearchCollectionRequestBuilder builder) A collection page for DriveItem.- Parameters:
response- The serialized DriveItemSearchCollectionResponse from the servicebuilder- The request builder for the next collection page
-
DriveItemSearchCollectionPage
public DriveItemSearchCollectionPage(@Nonnull List<DriveItem> pageContents, @Nullable DriveItemSearchCollectionRequestBuilder nextRequestBuilder) Creates the collection page for DriveItemSearch- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-