Uses of Class
microsoft.dynamics.crm.entity.Import
-
Packages that use Import Package Description microsoft.dynamics.crm.entity -
-
Uses of Import in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.entity that return Import Modifier and Type Method Description ImportImport.Builder. build()ImportImport. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ImportImport. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ImportImport. with_createdby_value(UUID _createdby_value)ImportImport. with_createdonbehalfby_value(UUID _createdonbehalfby_value)ImportImport. with_modifiedby_value(UUID _modifiedby_value)ImportImport. with_modifiedonbehalfby_value(UUID _modifiedonbehalfby_value)ImportImport. with_ownerid_value(UUID _ownerid_value)ImportImport. with_owningbusinessunit_value(UUID _owningbusinessunit_value)ImportImport. with_owningteam_value(UUID _owningteam_value)ImportImport. with_owninguser_value(UUID _owninguser_value)ImportImport. withCreatedon(OffsetDateTime createdon)ImportImport. withEmailaddress(String emailaddress)ImportImport. withImportid(UUID importid)ImportImport. withModecode(Integer modecode)ImportImport. withModifiedon(OffsetDateTime modifiedon)ImportImport. withName(String name)ImportImport. withSendnotification(Boolean sendnotification)ImportImport. withSequence(Integer sequence)ImportImport. withStatecode(Integer statecode)ImportImport. withStatuscode(Integer statuscode)ImportImport. withUnmappedField(String name, String value)
-