Package microsoft.dynamics.crm.entity
Class Importmap
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Importmap
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Importmap extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classImportmap.Builder
-
Field Summary
-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedImportmap()
-
Method Summary
-
-
-
Field Detail
-
_owningbusinessunit_value
protected UUID _owningbusinessunit_value
-
source
protected String source
-
entitiesperfile
protected Integer entitiesperfile
-
sourcetype
protected Integer sourcetype
-
statecode
protected Integer statecode
-
targetuseridentifierforsourcecrmuserlink
protected String targetuseridentifierforsourcecrmuserlink
-
sourceuseridentifierforsourcedatasourceuserlink
protected String sourceuseridentifierforsourcedatasourceuserlink
-
importmapid
protected UUID importmapid
-
iswizardcreated
protected Boolean iswizardcreated
-
targetentity
protected Integer targetentity
-
importmapidunique
protected UUID importmapidunique
-
_ownerid_value
protected UUID _ownerid_value
-
isvalidforimport
protected Boolean isvalidforimport
-
introducedversion
protected String introducedversion
-
_createdonbehalfby_value
protected UUID _createdonbehalfby_value
-
mapcustomizations
protected String mapcustomizations
-
_createdby_value
protected UUID _createdby_value
-
_modifiedby_value
protected UUID _modifiedby_value
-
description
protected String description
-
statuscode
protected Integer statuscode
-
ismanaged
protected Boolean ismanaged
-
name
protected String name
-
overwritetime
protected OffsetDateTime overwritetime
-
sourceuseridentifierforsourcecrmuserlink
protected String sourceuseridentifierforsourcecrmuserlink
-
solutionid
protected UUID solutionid
-
_modifiedonbehalfby_value
protected UUID _modifiedonbehalfby_value
-
importmaptype
protected Integer importmaptype
-
_owninguser_value
protected UUID _owninguser_value
-
modifiedon
protected OffsetDateTime modifiedon
-
componentstate
protected Integer componentstate
-
_owningteam_value
protected UUID _owningteam_value
-
createdon
protected OffsetDateTime createdon
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderImportmap
public static Importmap.Builder builderImportmap()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classCrmbaseentity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classCrmbaseentity
-
with_owningbusinessunit_value
public Importmap with_owningbusinessunit_value(UUID _owningbusinessunit_value)
-
getTargetuseridentifierforsourcecrmuserlink
public Optional<String> getTargetuseridentifierforsourcecrmuserlink()
-
withTargetuseridentifierforsourcecrmuserlink
public Importmap withTargetuseridentifierforsourcecrmuserlink(String targetuseridentifierforsourcecrmuserlink)
-
getSourceuseridentifierforsourcedatasourceuserlink
public Optional<String> getSourceuseridentifierforsourcedatasourceuserlink()
-
withSourceuseridentifierforsourcedatasourceuserlink
public Importmap withSourceuseridentifierforsourcedatasourceuserlink(String sourceuseridentifierforsourcedatasourceuserlink)
-
with_createdonbehalfby_value
public Importmap with_createdonbehalfby_value(UUID _createdonbehalfby_value)
-
getOverwritetime
public Optional<OffsetDateTime> getOverwritetime()
-
withOverwritetime
public Importmap withOverwritetime(OffsetDateTime overwritetime)
-
getSourceuseridentifierforsourcecrmuserlink
public Optional<String> getSourceuseridentifierforsourcecrmuserlink()
-
withSourceuseridentifierforsourcecrmuserlink
public Importmap withSourceuseridentifierforsourcecrmuserlink(String sourceuseridentifierforsourcecrmuserlink)
-
with_modifiedonbehalfby_value
public Importmap with_modifiedonbehalfby_value(UUID _modifiedonbehalfby_value)
-
getModifiedon
public Optional<OffsetDateTime> getModifiedon()
-
withModifiedon
public Importmap withModifiedon(OffsetDateTime modifiedon)
-
getCreatedon
public Optional<OffsetDateTime> getCreatedon()
-
withCreatedon
public Importmap withCreatedon(OffsetDateTime createdon)
-
withUnmappedField
public Importmap withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classCrmbaseentity
-
getImportMap_SyncErrors
public SyncerrorCollectionRequest getImportMap_SyncErrors()
-
getColumnMapping_ImportMap
public ColumnmappingCollectionRequest getColumnMapping_ImportMap()
-
getOwnerid
public PrincipalRequest getOwnerid()
-
getCreatedonbehalfby
public SystemuserRequest getCreatedonbehalfby()
-
getImportMap_AsyncOperations
public AsyncoperationCollectionRequest getImportMap_AsyncOperations()
-
getOwningteam
public TeamRequest getOwningteam()
-
getModifiedonbehalfby
public SystemuserRequest getModifiedonbehalfby()
-
getImportEntityMapping_ImportMap
public ImportentitymappingCollectionRequest getImportEntityMapping_ImportMap()
-
getImportMap_BulkDeleteFailures
public BulkdeletefailureCollectionRequest getImportMap_BulkDeleteFailures()
-
getOwninguser
public SystemuserRequest getOwninguser()
-
getModifiedby
public SystemuserRequest getModifiedby()
-
getOwningbusinessunit
public BusinessunitRequest getOwningbusinessunit()
-
getCreatedby
public SystemuserRequest getCreatedby()
-
getOwnerMapping_ImportMap
public OwnermappingCollectionRequest getOwnerMapping_ImportMap()
-
getImportMap_ImportFile
public ImportfileCollectionRequest getImportMap_ImportFile()
-
getTransformationMapping_ImportMap
public TransformationmappingCollectionRequest getTransformationMapping_ImportMap()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrmbaseentity
-
patch
public Importmap patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.- Overrides:
patchin classCrmbaseentity- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
put
public Importmap put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).- Overrides:
putin classCrmbaseentity- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
exportMappingsImportMap
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<ExportMappingsImportMapResponse> exportMappingsImportMap(Boolean exportIds)
-
toString
public String toString()
- Overrides:
toStringin classCrmbaseentity
-
-