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(UUID _createdby_value)ImportmapImportmap. with_createdonbehalfby_value(UUID _createdonbehalfby_value)ImportmapImportmap. with_modifiedby_value(UUID _modifiedby_value)ImportmapImportmap. with_modifiedonbehalfby_value(UUID _modifiedonbehalfby_value)ImportmapImportmap. with_ownerid_value(UUID _ownerid_value)ImportmapImportmap. with_owningbusinessunit_value(UUID _owningbusinessunit_value)ImportmapImportmap. with_owningteam_value(UUID _owningteam_value)ImportmapImportmap. with_owninguser_value(UUID _owninguser_value)ImportmapImportmap. withComponentstate(Integer componentstate)ImportmapImportmap. withCreatedon(OffsetDateTime createdon)ImportmapImportmap. withDescription(String description)ImportmapImportmap. withEntitiesperfile(Integer entitiesperfile)ImportmapImportmap. withImportmapid(UUID importmapid)ImportmapImportmap. withImportmapidunique(UUID 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(UUID 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, Object value)
-