Uses of Class
odata.msgraph.client.beta.entity.Attachment
-
Packages that use Attachment Package Description odata.msgraph.client.beta.entity -
-
Uses of Attachment in odata.msgraph.client.beta.entity
Subclasses of Attachment in odata.msgraph.client.beta.entity Modifier and Type Class Description classFileAttachmentclassItemAttachmentclassReferenceAttachmentMethods in odata.msgraph.client.beta.entity that return Attachment Modifier and Type Method Description AttachmentAttachment. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.AttachmentAttachment. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).AttachmentAttachment. withContentType(String contentType)AttachmentAttachment. withIsInline(Boolean isInline)AttachmentAttachment. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)AttachmentAttachment. withName(String name)AttachmentAttachment. withSize(Integer size)AttachmentAttachment. withUnmappedField(String name, String value)
-