Package com.microsoft.graph.http
Interface ICollectionResponse<T>
- Type Parameters:
T- the type for the items in the response.
- All Superinterfaces:
IJsonBackedObject
- All Known Implementing Classes:
BaseCollectionResponse
Represents a response of a collection of items returned by the service
-
Method Summary
Methods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager, setRawObject
-
Method Details
-
values
Gets the deserialized values the response contains- Returns:
- the deserialized values for the response
-
nextLink
Gets the link to the next page of this collection- Returns:
- The URL to the next page of this collection, or null
-