Package microsoft.dynamics.crm.entity
Class Duplicaterulecondition
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Duplicaterulecondition
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Duplicaterulecondition extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDuplicaterulecondition.Builder
-
Field Summary
Fields Modifier and Type Field Description protected UUID_createdby_valueprotected UUID_createdonbehalfby_valueprotected UUID_modifiedby_valueprotected UUID_modifiedonbehalfby_valueprotected UUID_ownerid_valueprotected UUID_regardingobjectid_valueprotected Stringbaseattributenameprotected OffsetDateTimecreatedonprotected UUIDduplicateruleconditionidprotected Booleanignoreblankvaluesprotected Stringmatchingattributenameprotected OffsetDateTimemodifiedonprotected Integeroperatorcodeprotected Integeroperatorparamprotected UUIDowningbusinessunitprotected UUIDowninguser-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDuplicaterulecondition()
-
Method Summary
-
-
-
Field Detail
-
operatorcode
protected Integer operatorcode
-
duplicateruleconditionid
protected UUID duplicateruleconditionid
-
createdon
protected OffsetDateTime createdon
-
_modifiedonbehalfby_value
protected UUID _modifiedonbehalfby_value
-
owningbusinessunit
protected UUID owningbusinessunit
-
_createdonbehalfby_value
protected UUID _createdonbehalfby_value
-
owninguser
protected UUID owninguser
-
ignoreblankvalues
protected Boolean ignoreblankvalues
-
baseattributename
protected String baseattributename
-
matchingattributename
protected String matchingattributename
-
_ownerid_value
protected UUID _ownerid_value
-
operatorparam
protected Integer operatorparam
-
_createdby_value
protected UUID _createdby_value
-
_regardingobjectid_value
protected UUID _regardingobjectid_value
-
modifiedon
protected OffsetDateTime modifiedon
-
_modifiedby_value
protected UUID _modifiedby_value
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderDuplicaterulecondition
public static Duplicaterulecondition.Builder builderDuplicaterulecondition()
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
-
withOperatorcode
public Duplicaterulecondition withOperatorcode(Integer operatorcode)
-
withDuplicateruleconditionid
public Duplicaterulecondition withDuplicateruleconditionid(UUID duplicateruleconditionid)
-
getCreatedon
public Optional<OffsetDateTime> getCreatedon()
-
withCreatedon
public Duplicaterulecondition withCreatedon(OffsetDateTime createdon)
-
with_modifiedonbehalfby_value
public Duplicaterulecondition with_modifiedonbehalfby_value(UUID _modifiedonbehalfby_value)
-
withOwningbusinessunit
public Duplicaterulecondition withOwningbusinessunit(UUID owningbusinessunit)
-
with_createdonbehalfby_value
public Duplicaterulecondition with_createdonbehalfby_value(UUID _createdonbehalfby_value)
-
withOwninguser
public Duplicaterulecondition withOwninguser(UUID owninguser)
-
withIgnoreblankvalues
public Duplicaterulecondition withIgnoreblankvalues(Boolean ignoreblankvalues)
-
withBaseattributename
public Duplicaterulecondition withBaseattributename(String baseattributename)
-
withMatchingattributename
public Duplicaterulecondition withMatchingattributename(String matchingattributename)
-
with_ownerid_value
public Duplicaterulecondition with_ownerid_value(UUID _ownerid_value)
-
withOperatorparam
public Duplicaterulecondition withOperatorparam(Integer operatorparam)
-
with_createdby_value
public Duplicaterulecondition with_createdby_value(UUID _createdby_value)
-
with_regardingobjectid_value
public Duplicaterulecondition with_regardingobjectid_value(UUID _regardingobjectid_value)
-
getModifiedon
public Optional<OffsetDateTime> getModifiedon()
-
withModifiedon
public Duplicaterulecondition withModifiedon(OffsetDateTime modifiedon)
-
with_modifiedby_value
public Duplicaterulecondition with_modifiedby_value(UUID _modifiedby_value)
-
withUnmappedField
public Duplicaterulecondition withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classCrmbaseentity
-
getDuplicateRuleCondition_SyncErrors
public SyncerrorCollectionRequest getDuplicateRuleCondition_SyncErrors()
-
getRegardingobjectid
public DuplicateruleRequest getRegardingobjectid()
-
getCreatedonbehalfby
public SystemuserRequest getCreatedonbehalfby()
-
getModifiedonbehalfby
public SystemuserRequest getModifiedonbehalfby()
-
getModifiedby
public SystemuserRequest getModifiedby()
-
getCreatedby
public SystemuserRequest getCreatedby()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrmbaseentity
-
patch
public Duplicaterulecondition 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 Duplicaterulecondition 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
-
toString
public String toString()
- Overrides:
toStringin classCrmbaseentity
-
-