public class Ownermapping extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Ownermapping.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_createdby_value |
protected String |
_createdonbehalfby_value |
protected String |
_importmapid_value |
protected String |
_modifiedby_value |
protected String |
_modifiedonbehalfby_value |
protected String |
_targetsystemuserid_value |
protected Integer |
componentstate |
protected OffsetDateTime |
createdon |
protected String |
introducedversion |
protected Boolean |
ismanaged |
protected OffsetDateTime |
modifiedon |
protected OffsetDateTime |
overwritetime |
protected String |
ownermappingid |
protected String |
ownermappingidunique |
protected Integer |
processcode |
protected String |
solutionid |
protected String |
sourcesystemusername |
protected String |
sourceuservalueforsourcecrmuserlink |
protected Integer |
statecode |
protected Integer |
statuscode |
protected String |
targetsystemuserdomainname |
protected String |
targetuservalueforsourcecrmuserlink |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Ownermapping() |
protected String solutionid
protected String ownermappingid
protected String targetuservalueforsourcecrmuserlink
protected OffsetDateTime modifiedon
protected Integer statuscode
protected String _targetsystemuserid_value
protected String introducedversion
protected String _modifiedonbehalfby_value
protected Integer processcode
protected String ownermappingidunique
protected Boolean ismanaged
protected String targetsystemuserdomainname
protected String _importmapid_value
protected OffsetDateTime createdon
protected String _createdby_value
protected String _modifiedby_value
protected String sourceuservalueforsourcecrmuserlink
protected OffsetDateTime overwritetime
protected String sourcesystemusername
protected String _createdonbehalfby_value
protected Integer statecode
protected Integer componentstate
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Ownermapping.Builder builderOwnermapping()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Crmbaseentitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Crmbaseentitypublic Ownermapping withSolutionid(String solutionid)
public Ownermapping withOwnermappingid(String ownermappingid)
public Optional<String> getTargetuservalueforsourcecrmuserlink()
public Ownermapping withTargetuservalueforsourcecrmuserlink(String targetuservalueforsourcecrmuserlink)
public Optional<OffsetDateTime> getModifiedon()
public Ownermapping withModifiedon(OffsetDateTime modifiedon)
public Ownermapping withStatuscode(Integer statuscode)
public Ownermapping with_targetsystemuserid_value(String _targetsystemuserid_value)
public Ownermapping withIntroducedversion(String introducedversion)
public Ownermapping with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Ownermapping withProcesscode(Integer processcode)
public Ownermapping withOwnermappingidunique(String ownermappingidunique)
public Ownermapping withIsmanaged(Boolean ismanaged)
public Ownermapping withTargetsystemuserdomainname(String targetsystemuserdomainname)
public Ownermapping with_importmapid_value(String _importmapid_value)
public Optional<OffsetDateTime> getCreatedon()
public Ownermapping withCreatedon(OffsetDateTime createdon)
public Ownermapping with_createdby_value(String _createdby_value)
public Ownermapping with_modifiedby_value(String _modifiedby_value)
public Optional<String> getSourceuservalueforsourcecrmuserlink()
public Ownermapping withSourceuservalueforsourcecrmuserlink(String sourceuservalueforsourcecrmuserlink)
public Optional<OffsetDateTime> getOverwritetime()
public Ownermapping withOverwritetime(OffsetDateTime overwritetime)
public Ownermapping withSourcesystemusername(String sourcesystemusername)
public Ownermapping with_createdonbehalfby_value(String _createdonbehalfby_value)
public Ownermapping withStatecode(Integer statecode)
public Ownermapping withComponentstate(Integer componentstate)
public Ownermapping withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SystemuserRequest getModifiedonbehalfby()
public SystemuserRequest getCreatedonbehalfby()
public SystemuserRequest getModifiedby()
public SystemuserRequest getCreatedby()
public SystemuserRequest getTargetsystemuserid()
public ImportmapRequest getImportmapid()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Ownermapping patch()
this with changed fields reset.patch in class Crmbaseentitythis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic Ownermapping put()
this
with changed fields reset (they were ignored anyway).put in class Crmbaseentitythis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class CrmbaseentityCopyright © 2018–2020. All rights reserved.