| Package | Description |
|---|---|
| microsoft.dynamics.crm.entity |
| Modifier and Type | Method and Description |
|---|---|
Importlog |
Importlog.Builder.build() |
Importlog |
Importlog.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
Importlog |
Importlog.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
Importlog |
Importlog.with_createdby_value(String _createdby_value) |
Importlog |
Importlog.with_createdonbehalfby_value(String _createdonbehalfby_value) |
Importlog |
Importlog.with_importdataid_value(String _importdataid_value) |
Importlog |
Importlog.with_importfileid_value(String _importfileid_value) |
Importlog |
Importlog.with_modifiedby_value(String _modifiedby_value) |
Importlog |
Importlog.with_modifiedonbehalfby_value(String _modifiedonbehalfby_value) |
Importlog |
Importlog.with_ownerid_value(String _ownerid_value) |
Importlog |
Importlog.with_owningbusinessunit_value(String _owningbusinessunit_value) |
Importlog |
Importlog.with_owningteam_value(String _owningteam_value) |
Importlog |
Importlog.with_owninguser_value(String _owninguser_value) |
Importlog |
Importlog.withAdditionalinfo(String additionalinfo) |
Importlog |
Importlog.withColumnvalue(String columnvalue) |
Importlog |
Importlog.withCreatedon(OffsetDateTime createdon) |
Importlog |
Importlog.withErrordescription(String errordescription) |
Importlog |
Importlog.withErrornumber(Integer errornumber) |
Importlog |
Importlog.withHeadercolumn(String headercolumn) |
Importlog |
Importlog.withImportlogid(String importlogid) |
Importlog |
Importlog.withLinenumber(Integer linenumber) |
Importlog |
Importlog.withLogphasecode(Integer logphasecode) |
Importlog |
Importlog.withModifiedon(OffsetDateTime modifiedon) |
Importlog |
Importlog.withSequencenumber(Integer sequencenumber) |
Importlog |
Importlog.withStatecode(Integer statecode) |
Importlog |
Importlog.withStatuscode(Integer statuscode) |
Importlog |
Importlog.withUnmappedField(String name,
String value) |
Copyright © 2018–2021. All rights reserved.