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