| Package | Description |
|---|---|
| microsoft.dynamics.crm.entity |
| Modifier and Type | Method and Description |
|---|---|
Import |
Import.Builder.build() |
Import |
Import.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
Import |
Import.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
Import |
Import.with_createdby_value(String _createdby_value) |
Import |
Import.with_createdonbehalfby_value(String _createdonbehalfby_value) |
Import |
Import.with_modifiedby_value(String _modifiedby_value) |
Import |
Import.with_modifiedonbehalfby_value(String _modifiedonbehalfby_value) |
Import |
Import.with_ownerid_value(String _ownerid_value) |
Import |
Import.with_owningbusinessunit_value(String _owningbusinessunit_value) |
Import |
Import.with_owningteam_value(String _owningteam_value) |
Import |
Import.with_owninguser_value(String _owninguser_value) |
Import |
Import.withCreatedon(OffsetDateTime createdon) |
Import |
Import.withEmailaddress(String emailaddress) |
Import |
Import.withImportid(String importid) |
Import |
Import.withModecode(Integer modecode) |
Import |
Import.withModifiedon(OffsetDateTime modifiedon) |
Import |
Import.withName(String name) |
Import |
Import.withSendnotification(Boolean sendnotification) |
Import |
Import.withSequence(Integer sequence) |
Import |
Import.withStatecode(Integer statecode) |
Import |
Import.withStatuscode(Integer statuscode) |
Import |
Import.withUnmappedField(String name,
String value) |
Copyright © 2018–2021. All rights reserved.