Class Lookupmapping

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

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

      • _modifiedonbehalfby_value

        protected UUID _modifiedonbehalfby_value
      • solutionid

        protected UUID solutionid
      • ismanaged

        protected Boolean ismanaged
      • processcode

        protected Integer processcode
      • _columnmappingid_value

        protected UUID _columnmappingid_value
      • statecode

        protected Integer statecode
      • statuscode

        protected Integer statuscode
      • lookupmappingid

        protected UUID lookupmappingid
      • _createdby_value

        protected UUID _createdby_value
      • lookupattributename

        protected String lookupattributename
      • _transformationparametermappingid_value

        protected UUID _transformationparametermappingid_value
      • lookupentityname

        protected String lookupentityname
      • _createdonbehalfby_value

        protected UUID _createdonbehalfby_value
      • _modifiedby_value

        protected UUID _modifiedby_value
      • lookupsourcecode

        protected Integer lookupsourcecode
      • introducedversion

        protected String introducedversion
      • componentstate

        protected Integer componentstate
      • lookupmappingidunique

        protected UUID lookupmappingidunique
    • Constructor Detail

      • Lookupmapping

        protected Lookupmapping()
    • Method Detail

      • odataTypeName

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

        public static Lookupmapping.Builder builderLookupmapping()
        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_modifiedonbehalfby_value

        public Optional<UUID> get_modifiedonbehalfby_value()
      • with_modifiedonbehalfby_value

        public Lookupmapping with_modifiedonbehalfby_value​(UUID _modifiedonbehalfby_value)
      • get_columnmappingid_value

        public Optional<UUID> get_columnmappingid_value()
      • with_columnmappingid_value

        public Lookupmapping with_columnmappingid_value​(UUID _columnmappingid_value)
      • getLookupmappingid

        public Optional<UUID> getLookupmappingid()
      • withLookupmappingid

        public Lookupmapping withLookupmappingid​(UUID lookupmappingid)
      • get_createdby_value

        public Optional<UUID> get_createdby_value()
      • with_createdby_value

        public Lookupmapping with_createdby_value​(UUID _createdby_value)
      • getLookupattributename

        public Optional<String> getLookupattributename()
      • withLookupattributename

        public Lookupmapping withLookupattributename​(String lookupattributename)
      • get_transformationparametermappingid_value

        public Optional<UUID> get_transformationparametermappingid_value()
      • with_transformationparametermappingid_value

        public Lookupmapping with_transformationparametermappingid_value​(UUID _transformationparametermappingid_value)
      • withLookupentityname

        public Lookupmapping withLookupentityname​(String lookupentityname)
      • get_createdonbehalfby_value

        public Optional<UUID> get_createdonbehalfby_value()
      • with_createdonbehalfby_value

        public Lookupmapping with_createdonbehalfby_value​(UUID _createdonbehalfby_value)
      • get_modifiedby_value

        public Optional<UUID> get_modifiedby_value()
      • with_modifiedby_value

        public Lookupmapping with_modifiedby_value​(UUID _modifiedby_value)
      • getIntroducedversion

        public Optional<String> getIntroducedversion()
      • withIntroducedversion

        public Lookupmapping withIntroducedversion​(String introducedversion)
      • getLookupmappingidunique

        public Optional<UUID> getLookupmappingidunique()
      • withLookupmappingidunique

        public Lookupmapping withLookupmappingidunique​(UUID lookupmappingidunique)
      • 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 Lookupmapping 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 Lookupmapping 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