Class Actioncarduserstate

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

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

      • actioncarduserstateid

        protected UUID actioncarduserstateid
      • versionnumber

        protected Long versionnumber
      • _transactioncurrencyid_value

        protected UUID _transactioncurrencyid_value
      • _owningbusinessunit_value

        protected UUID _owningbusinessunit_value
      • _ownerid_value

        protected UUID _ownerid_value
      • utcconversiontimezonecode

        protected Integer utcconversiontimezonecode
      • timezoneruleversionnumber

        protected Integer timezoneruleversionnumber
      • _actioncardid_value

        protected UUID _actioncardid_value
    • Constructor Detail

      • Actioncarduserstate

        protected Actioncarduserstate()
    • Method Detail

      • odataTypeName

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

        public static Actioncarduserstate.Builder builderActioncarduserstate()
        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
      • getActioncarduserstateid

        public Optional<UUID> getActioncarduserstateid()
      • getVersionnumber

        public Optional<Long> getVersionnumber()
      • get_transactioncurrencyid_value

        public Optional<UUID> get_transactioncurrencyid_value()
      • with_transactioncurrencyid_value

        public Actioncarduserstate with_transactioncurrencyid_value​(UUID _transactioncurrencyid_value)
      • get_owningbusinessunit_value

        public Optional<UUID> get_owningbusinessunit_value()
      • with_owningbusinessunit_value

        public Actioncarduserstate with_owningbusinessunit_value​(UUID _owningbusinessunit_value)
      • get_ownerid_value

        public Optional<UUID> get_ownerid_value()
      • getUtcconversiontimezonecode

        public Optional<Integer> getUtcconversiontimezonecode()
      • getTimezoneruleversionnumber

        public Optional<Integer> getTimezoneruleversionnumber()
      • get_actioncardid_value

        public Optional<UUID> get_actioncardid_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 Actioncarduserstate 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 Actioncarduserstate 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