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