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