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