| Package | Description |
|---|---|
| microsoft.dynamics.crm.entity |
| Modifier and Type | Method and Description |
|---|---|
Importdata |
Importdata.Builder.build() |
Importdata |
Importdata.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
Importdata |
Importdata.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
Importdata |
Importdata.with_createdby_value(String _createdby_value) |
Importdata |
Importdata.with_createdonbehalfby_value(String _createdonbehalfby_value) |
Importdata |
Importdata.with_importfileid_value(String _importfileid_value) |
Importdata |
Importdata.with_modifiedby_value(String _modifiedby_value) |
Importdata |
Importdata.with_modifiedonbehalfby_value(String _modifiedonbehalfby_value) |
Importdata |
Importdata.with_ownerid_value(String _ownerid_value) |
Importdata |
Importdata.with_owningbusinessunit_value(String _owningbusinessunit_value) |
Importdata |
Importdata.with_owningteam_value(String _owningteam_value) |
Importdata |
Importdata.with_owninguser_value(String _owninguser_value) |
Importdata |
Importdata.withCreatedon(OffsetDateTime createdon) |
Importdata |
Importdata.withData(String data) |
Importdata |
Importdata.withErrortype(Integer errortype) |
Importdata |
Importdata.withHaserror(Boolean haserror) |
Importdata |
Importdata.withImportdataid(String importdataid) |
Importdata |
Importdata.withLinenumber(Integer linenumber) |
Importdata |
Importdata.withModifiedon(OffsetDateTime modifiedon) |
Importdata |
Importdata.withRecordid(String recordid) |
Importdata |
Importdata.withStatecode(Integer statecode) |
Importdata |
Importdata.withStatuscode(Integer statuscode) |
Importdata |
Importdata.withUnmappedField(String name,
String value) |
Copyright © 2018–2021. All rights reserved.