Package com.microsoft.graph.requests
Class BaseItemCollectionResponse
java.lang.Object
com.microsoft.graph.http.BaseCollectionResponse<BaseItem>
com.microsoft.graph.requests.BaseItemCollectionResponse
- All Implemented Interfaces:
com.microsoft.graph.http.ICollectionResponse<BaseItem>
,com.microsoft.graph.serializer.IJsonBackedObject
public class BaseItemCollectionResponse
extends com.microsoft.graph.http.BaseCollectionResponse<BaseItem>
The class for the Base Item 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
-
BaseItemCollectionResponse
public BaseItemCollectionResponse()
-