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(String _createdby_value)ImportImport. with_createdonbehalfby_value(String _createdonbehalfby_value)ImportImport. with_modifiedby_value(String _modifiedby_value)ImportImport. with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)ImportImport. with_ownerid_value(String _ownerid_value)ImportImport. with_owningbusinessunit_value(String _owningbusinessunit_value)ImportImport. with_owningteam_value(String _owningteam_value)ImportImport. with_owninguser_value(String _owninguser_value)ImportImport. withCreatedon(OffsetDateTime createdon)ImportImport. withEmailaddress(String emailaddress)ImportImport. withImportid(String 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)
-