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