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