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