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