Package com.independentsoft.graph
Class ItemAttachment
java.lang.Object
com.independentsoft.graph.Attachment
com.independentsoft.graph.ItemAttachment
- All Implemented Interfaces:
ICreatable
Represents an Outlook item attached to a message, event, or post in Microsoft Graph.
An ItemAttachment wraps another Outlook item – such as a message, event, or contact –
as an attachment. It is one of the concrete Attachment types.
- Since:
- 1.0
- See Also:
- itemAttachment resource type,
Attachment,FileAttachment
-
Field Summary
Fields inherited from class com.independentsoft.graph.Attachment
contentType, id, isInline, lastModifiedTime, name, size -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGenerates JSON representation for creating this attachment.Methods inherited from class com.independentsoft.graph.Attachment
getContentType, getId, getLastModifiedTime, getName, getSize, isInline, setContentType, setInline, setName
-
Constructor Details
-
ItemAttachment
public ItemAttachment() -
ItemAttachment
-
-
Method Details
-
toCreateJson
Description copied from class:AttachmentGenerates JSON representation for creating this attachment.- Specified by:
toCreateJsonin interfaceICreatable- Specified by:
toCreateJsonin classAttachment- Returns:
- JSON string for creation
-