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