Uses of Class
microsoft.dynamics.crm.entity.Importmap
-
Packages that use Importmap Package Description microsoft.dynamics.crm.container microsoft.dynamics.crm.entity -
-
Uses of Importmap in microsoft.dynamics.crm.container
Methods in microsoft.dynamics.crm.container that return types with arguments of type Importmap Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Importmap>System. importMappingsImportMap(String mappingsXml, Boolean replaceIds) -
Uses of Importmap in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.entity that return Importmap Modifier and Type Method Description ImportmapImportmap.Builder. build()ImportmapImportmap. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ImportmapImportmap. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ImportmapImportmap. with_createdby_value(String _createdby_value)ImportmapImportmap. with_createdonbehalfby_value(String _createdonbehalfby_value)ImportmapImportmap. with_modifiedby_value(String _modifiedby_value)ImportmapImportmap. with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)ImportmapImportmap. with_ownerid_value(String _ownerid_value)ImportmapImportmap. with_owningbusinessunit_value(String _owningbusinessunit_value)ImportmapImportmap. with_owningteam_value(String _owningteam_value)ImportmapImportmap. with_owninguser_value(String _owninguser_value)ImportmapImportmap. withComponentstate(Integer componentstate)ImportmapImportmap. withCreatedon(OffsetDateTime createdon)ImportmapImportmap. withDescription(String description)ImportmapImportmap. withEntitiesperfile(Integer entitiesperfile)ImportmapImportmap. withImportmapid(String importmapid)ImportmapImportmap. withImportmapidunique(String importmapidunique)ImportmapImportmap. withImportmaptype(Integer importmaptype)ImportmapImportmap. withIntroducedversion(String introducedversion)ImportmapImportmap. withIsmanaged(Boolean ismanaged)ImportmapImportmap. withIsvalidforimport(Boolean isvalidforimport)ImportmapImportmap. withIswizardcreated(Boolean iswizardcreated)ImportmapImportmap. withMapcustomizations(String mapcustomizations)ImportmapImportmap. withModifiedon(OffsetDateTime modifiedon)ImportmapImportmap. withName(String name)ImportmapImportmap. withOverwritetime(OffsetDateTime overwritetime)ImportmapImportmap. withSolutionid(String solutionid)ImportmapImportmap. withSource(String source)ImportmapImportmap. withSourcetype(Integer sourcetype)ImportmapImportmap. withSourceuseridentifierforsourcecrmuserlink(String sourceuseridentifierforsourcecrmuserlink)ImportmapImportmap. withSourceuseridentifierforsourcedatasourceuserlink(String sourceuseridentifierforsourcedatasourceuserlink)ImportmapImportmap. withStatecode(Integer statecode)ImportmapImportmap. withStatuscode(Integer statuscode)ImportmapImportmap. withTargetentity(Integer targetentity)ImportmapImportmap. withTargetuseridentifierforsourcecrmuserlink(String targetuseridentifierforsourcecrmuserlink)ImportmapImportmap. withUnmappedField(String name, String value)
-