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