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