Uses of Class
odata.msgraph.client.beta.entity.FileAttachment
-
Packages that use FileAttachment Package Description odata.msgraph.client.beta.entity -
-
Uses of FileAttachment in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return FileAttachment Modifier and Type Method Description FileAttachmentFileAttachment.Builder. build()FileAttachmentFileAttachment. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.FileAttachmentFileAttachment. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).FileAttachmentFileAttachment. withContentBytes(byte[] contentBytes)FileAttachmentFileAttachment. withContentId(String contentId)FileAttachmentFileAttachment. withContentLocation(String contentLocation)FileAttachmentFileAttachment. withUnmappedField(String name, String value)
-