Uses of Class
microsoft.dynamics.crm.entity.Fileattachment
-
Packages that use Fileattachment Package Description microsoft.dynamics.crm.entity -
-
Uses of Fileattachment in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.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. with_objectid_value(String _objectid_value)FileattachmentFileattachment. withCreatedon(OffsetDateTime createdon)FileattachmentFileattachment. withFileattachmentid(String fileattachmentid)FileattachmentFileattachment. withFilename(String filename)FileattachmentFileattachment. withFilesizeinbytes(Long filesizeinbytes)FileattachmentFileattachment. withMimetype(String mimetype)FileattachmentFileattachment. withObjecttypecode(String objecttypecode)FileattachmentFileattachment. withRegardingfieldname(String regardingfieldname)FileattachmentFileattachment. withUnmappedField(String name, String value)FileattachmentFileattachment. withVersionnumber(Long versionnumber)
-