Class Duplicaterule

  • All Implemented Interfaces:
    com.github.davidmoten.odata.client.ODataEntityType, com.github.davidmoten.odata.client.ODataType

    public class Duplicaterule
    extends Crmbaseentity
    implements com.github.davidmoten.odata.client.ODataEntityType
    • Field Detail

      • statuscode

        protected Integer statuscode
      • _createdby_value

        protected UUID _createdby_value
      • matchingentitymatchcodetable

        protected String matchingentitymatchcodetable
      • matchingentitytypecode

        protected Integer matchingentitytypecode
      • _owninguser_value

        protected UUID _owninguser_value
      • statecode

        protected Integer statecode
      • timezoneruleversionnumber

        protected Integer timezoneruleversionnumber
      • baseentitytypecode

        protected Integer baseentitytypecode
      • excludeinactiverecords

        protected Boolean excludeinactiverecords
      • _owningbusinessunit_value

        protected UUID _owningbusinessunit_value
      • _modifiedonbehalfby_value

        protected UUID _modifiedonbehalfby_value
      • matchingentityname

        protected String matchingentityname
      • baseentitymatchcodetable

        protected String baseentitymatchcodetable
      • _modifiedby_value

        protected UUID _modifiedby_value
      • duplicateruleid

        protected UUID duplicateruleid
      • _owningteam_value

        protected UUID _owningteam_value
      • _ownerid_value

        protected UUID _ownerid_value
      • iscasesensitive

        protected Boolean iscasesensitive
      • description

        protected String description
      • utcconversiontimezonecode

        protected Integer utcconversiontimezonecode
      • baseentityname

        protected String baseentityname
      • _createdonbehalfby_value

        protected UUID _createdonbehalfby_value
    • Constructor Detail

      • Duplicaterule

        protected Duplicaterule()
    • Method Detail

      • odataTypeName

        public String odataTypeName()
        Specified by:
        odataTypeName in interface com.github.davidmoten.odata.client.ODataType
        Overrides:
        odataTypeName in class Crmbaseentity
      • builderDuplicaterule

        public static Duplicaterule.Builder builderDuplicaterule()
        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:
        getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityType
        Overrides:
        getChangedFields in class Crmbaseentity
      • postInject

        public void postInject​(boolean addKeysToContextPath)
        Specified by:
        postInject in interface com.github.davidmoten.odata.client.ODataType
        Overrides:
        postInject in class Crmbaseentity
      • get_createdby_value

        public Optional<UUID> get_createdby_value()
      • with_createdby_value

        public Duplicaterule with_createdby_value​(UUID _createdby_value)
      • getMatchingentitymatchcodetable

        public Optional<String> getMatchingentitymatchcodetable()
      • withMatchingentitymatchcodetable

        public Duplicaterule withMatchingentitymatchcodetable​(String matchingentitymatchcodetable)
      • getMatchingentitytypecode

        public Optional<Integer> getMatchingentitytypecode()
      • withMatchingentitytypecode

        public Duplicaterule withMatchingentitytypecode​(Integer matchingentitytypecode)
      • get_owninguser_value

        public Optional<UUID> get_owninguser_value()
      • with_owninguser_value

        public Duplicaterule with_owninguser_value​(UUID _owninguser_value)
      • getTimezoneruleversionnumber

        public Optional<Integer> getTimezoneruleversionnumber()
      • withTimezoneruleversionnumber

        public Duplicaterule withTimezoneruleversionnumber​(Integer timezoneruleversionnumber)
      • withBaseentitytypecode

        public Duplicaterule withBaseentitytypecode​(Integer baseentitytypecode)
      • getExcludeinactiverecords

        public Optional<Boolean> getExcludeinactiverecords()
      • withExcludeinactiverecords

        public Duplicaterule withExcludeinactiverecords​(Boolean excludeinactiverecords)
      • get_owningbusinessunit_value

        public Optional<UUID> get_owningbusinessunit_value()
      • with_owningbusinessunit_value

        public Duplicaterule with_owningbusinessunit_value​(UUID _owningbusinessunit_value)
      • get_modifiedonbehalfby_value

        public Optional<UUID> get_modifiedonbehalfby_value()
      • with_modifiedonbehalfby_value

        public Duplicaterule with_modifiedonbehalfby_value​(UUID _modifiedonbehalfby_value)
      • getMatchingentityname

        public Optional<String> getMatchingentityname()
      • withMatchingentityname

        public Duplicaterule withMatchingentityname​(String matchingentityname)
      • getBaseentitymatchcodetable

        public Optional<String> getBaseentitymatchcodetable()
      • withBaseentitymatchcodetable

        public Duplicaterule withBaseentitymatchcodetable​(String baseentitymatchcodetable)
      • get_modifiedby_value

        public Optional<UUID> get_modifiedby_value()
      • with_modifiedby_value

        public Duplicaterule with_modifiedby_value​(UUID _modifiedby_value)
      • getDuplicateruleid

        public Optional<UUID> getDuplicateruleid()
      • withDuplicateruleid

        public Duplicaterule withDuplicateruleid​(UUID duplicateruleid)
      • get_owningteam_value

        public Optional<UUID> get_owningteam_value()
      • with_owningteam_value

        public Duplicaterule with_owningteam_value​(UUID _owningteam_value)
      • get_ownerid_value

        public Optional<UUID> get_ownerid_value()
      • with_ownerid_value

        public Duplicaterule with_ownerid_value​(UUID _ownerid_value)
      • getUtcconversiontimezonecode

        public Optional<Integer> getUtcconversiontimezonecode()
      • withUtcconversiontimezonecode

        public Duplicaterule withUtcconversiontimezonecode​(Integer utcconversiontimezonecode)
      • get_createdonbehalfby_value

        public Optional<UUID> get_createdonbehalfby_value()
      • with_createdonbehalfby_value

        public Duplicaterule with_createdonbehalfby_value​(UUID _createdonbehalfby_value)
      • getUnmappedFields

        public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
        Specified by:
        getUnmappedFields in interface com.github.davidmoten.odata.client.ODataType
        Overrides:
        getUnmappedFields in class Crmbaseentity
      • patch

        public Duplicaterule patch()
        Submits only changed fields for update and returns an immutable copy of this with changed fields reset.
        Overrides:
        patch in class Crmbaseentity
        Returns:
        a copy of this with changed fields reset
        Throws:
        com.github.davidmoten.odata.client.ClientException - if HTTP response is not as expected
      • put

        public Duplicaterule put()
        Submits all fields for update and returns an immutable copy of this with changed fields reset (they were ignored anyway).
        Overrides:
        put in class Crmbaseentity
        Returns:
        a copy of this with changed fields reset
        Throws:
        com.github.davidmoten.odata.client.ClientException - if HTTP response is not as expected
      • publishDuplicateRule

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Asyncoperation> publishDuplicateRule()