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