| Package | Description |
|---|---|
| microsoft.dynamics.crm.entity |
| Modifier and Type | Method and Description |
|---|---|
Fileattachment |
Fileattachment.Builder.build() |
Fileattachment |
Fileattachment.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
Fileattachment |
Fileattachment.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
Fileattachment |
Fileattachment.with_objectid_value(String _objectid_value) |
Fileattachment |
Fileattachment.withCreatedon(OffsetDateTime createdon) |
Fileattachment |
Fileattachment.withFileattachmentid(String fileattachmentid) |
Fileattachment |
Fileattachment.withFilename(String filename) |
Fileattachment |
Fileattachment.withFilesizeinbytes(Long filesizeinbytes) |
Fileattachment |
Fileattachment.withMimetype(String mimetype) |
Fileattachment |
Fileattachment.withObjecttypecode(String objecttypecode) |
Fileattachment |
Fileattachment.withRegardingfieldname(String regardingfieldname) |
Fileattachment |
Fileattachment.withUnmappedField(String name,
String value) |
Fileattachment |
Fileattachment.withVersionnumber(Long versionnumber) |
Copyright © 2018–2020. All rights reserved.