public class Duplicaterule extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Duplicaterule.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_createdby_value |
protected String |
_createdonbehalfby_value |
protected String |
_modifiedby_value |
protected String |
_modifiedonbehalfby_value |
protected String |
_ownerid_value |
protected String |
_owningbusinessunit_value |
protected String |
_owningteam_value |
protected String |
_owninguser_value |
protected String |
baseentitymatchcodetable |
protected String |
baseentityname |
protected Integer |
baseentitytypecode |
protected OffsetDateTime |
createdon |
protected String |
description |
protected String |
duplicateruleid |
protected Boolean |
excludeinactiverecords |
protected Boolean |
iscasesensitive |
protected String |
matchingentitymatchcodetable |
protected String |
matchingentityname |
protected Integer |
matchingentitytypecode |
protected OffsetDateTime |
modifiedon |
protected String |
name |
protected Integer |
statecode |
protected Integer |
statuscode |
protected Integer |
timezoneruleversionnumber |
protected Integer |
utcconversiontimezonecode |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Duplicaterule() |
protected Integer statuscode
protected OffsetDateTime modifiedon
protected String _createdby_value
protected String matchingentitymatchcodetable
protected Integer matchingentitytypecode
protected String _owninguser_value
protected Integer statecode
protected Integer timezoneruleversionnumber
protected Integer baseentitytypecode
protected Boolean excludeinactiverecords
protected String _owningbusinessunit_value
protected String _modifiedonbehalfby_value
protected String matchingentityname
protected String baseentitymatchcodetable
protected String _modifiedby_value
protected String duplicateruleid
protected String _owningteam_value
protected String _ownerid_value
protected Boolean iscasesensitive
protected String description
protected Integer utcconversiontimezonecode
protected String baseentityname
protected String name
protected OffsetDateTime createdon
protected String _createdonbehalfby_value
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Duplicaterule.Builder builderDuplicaterule()
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 Duplicaterule withStatuscode(Integer statuscode)
public Optional<OffsetDateTime> getModifiedon()
public Duplicaterule withModifiedon(OffsetDateTime modifiedon)
public Duplicaterule with_createdby_value(String _createdby_value)
public Duplicaterule withMatchingentitymatchcodetable(String matchingentitymatchcodetable)
public Duplicaterule withMatchingentitytypecode(Integer matchingentitytypecode)
public Duplicaterule with_owninguser_value(String _owninguser_value)
public Duplicaterule withStatecode(Integer statecode)
public Duplicaterule withTimezoneruleversionnumber(Integer timezoneruleversionnumber)
public Duplicaterule withBaseentitytypecode(Integer baseentitytypecode)
public Duplicaterule withExcludeinactiverecords(Boolean excludeinactiverecords)
public Duplicaterule with_owningbusinessunit_value(String _owningbusinessunit_value)
public Duplicaterule with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Duplicaterule withMatchingentityname(String matchingentityname)
public Duplicaterule withBaseentitymatchcodetable(String baseentitymatchcodetable)
public Duplicaterule with_modifiedby_value(String _modifiedby_value)
public Duplicaterule withDuplicateruleid(String duplicateruleid)
public Duplicaterule with_owningteam_value(String _owningteam_value)
public Duplicaterule with_ownerid_value(String _ownerid_value)
public Duplicaterule withIscasesensitive(Boolean iscasesensitive)
public Duplicaterule withDescription(String description)
public Duplicaterule withUtcconversiontimezonecode(Integer utcconversiontimezonecode)
public Duplicaterule withBaseentityname(String baseentityname)
public Duplicaterule withName(String name)
public Optional<OffsetDateTime> getCreatedon()
public Duplicaterule withCreatedon(OffsetDateTime createdon)
public Duplicaterule with_createdonbehalfby_value(String _createdonbehalfby_value)
public Duplicaterule withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SystemuserRequest getCreatedonbehalfby()
public TeamRequest getOwningteam()
public SystemuserRequest getModifiedonbehalfby()
public SyncerrorCollectionRequest getDuplicateRule_SyncErrors()
public PrincipalRequest getOwnerid()
public SystemuserRequest getModifiedby()
public DuplicateruleconditionCollectionRequest getDuplicateRule_DuplicateRuleConditions()
public BusinessunitRequest getOwningbusinessunit()
public AnnotationCollectionRequest getDuplicateRule_Annotation()
public DuplicaterecordCollectionRequest getDuplicateRule_DuplicateBaseRecord()
public SystemuserRequest getOwninguser()
public SystemuserRequest getCreatedby()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Duplicaterule 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 Duplicaterule 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 com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Asyncoperation> publishDuplicateRule()
public String toString()
toString in class CrmbaseentityCopyright © 2018–2021. All rights reserved.