Package com.microsoft.graph.requests
Class DriveItemSearchCollectionResponse
java.lang.Object
com.microsoft.graph.http.BaseCollectionResponse<DriveItem>
com.microsoft.graph.requests.DriveItemSearchCollectionResponse
- All Implemented Interfaces:
com.microsoft.graph.http.ICollectionResponse<DriveItem>
,com.microsoft.graph.serializer.IJsonBackedObject
public class DriveItemSearchCollectionResponse
extends com.microsoft.graph.http.BaseCollectionResponse<DriveItem>
The class for the Drive Item Search Collection Response.
-
Field Summary
Fields inherited from class com.microsoft.graph.http.BaseCollectionResponse
nextLink, value
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionResponse
additionalDataManager, nextLink, setRawObject, values
-
Constructor Details
-
DriveItemSearchCollectionResponse
public DriveItemSearchCollectionResponse()
-