Class Userform

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

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

      • _ownerid_value

        protected String _ownerid_value
      • description

        protected String description
      • userformid

        protected String userformid
      • formjson

        protected String formjson
      • _owningbusinessunit_value

        protected String _owningbusinessunit_value
      • _createdby_value

        protected String _createdby_value
      • _modifiedby_value

        protected String _modifiedby_value
      • _createdonbehalfby_value

        protected String _createdonbehalfby_value
      • formxml

        protected String formxml
      • objecttypecode

        protected String objecttypecode
      • _modifiedonbehalfby_value

        protected String _modifiedonbehalfby_value
      • versionnumber

        protected Long versionnumber
      • _owningteam_value

        protected String _owningteam_value
      • _owninguser_value

        protected String _owninguser_value
      • istabletenabled

        protected Boolean istabletenabled
    • Constructor Detail

      • Userform

        protected Userform()
    • Method Detail

      • odataTypeName

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

        public static Userform.Builder builderUserform()
        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
      • with_ownerid_value

        public Userform with_ownerid_value​(String _ownerid_value)
      • withDescription

        public Userform withDescription​(String description)
      • withUserformid

        public Userform withUserformid​(String userformid)
      • get_owningbusinessunit_value

        public Optional<String> get_owningbusinessunit_value()
      • with_owningbusinessunit_value

        public Userform with_owningbusinessunit_value​(String _owningbusinessunit_value)
      • with_createdby_value

        public Userform with_createdby_value​(String _createdby_value)
      • get_modifiedby_value

        public Optional<String> get_modifiedby_value()
      • with_modifiedby_value

        public Userform with_modifiedby_value​(String _modifiedby_value)
      • get_createdonbehalfby_value

        public Optional<String> get_createdonbehalfby_value()
      • with_createdonbehalfby_value

        public Userform with_createdonbehalfby_value​(String _createdonbehalfby_value)
      • withObjecttypecode

        public Userform withObjecttypecode​(String objecttypecode)
      • get_modifiedonbehalfby_value

        public Optional<String> get_modifiedonbehalfby_value()
      • with_modifiedonbehalfby_value

        public Userform with_modifiedonbehalfby_value​(String _modifiedonbehalfby_value)
      • getVersionnumber

        public Optional<Long> getVersionnumber()
      • withVersionnumber

        public Userform withVersionnumber​(Long versionnumber)
      • get_owningteam_value

        public Optional<String> get_owningteam_value()
      • with_owningteam_value

        public Userform with_owningteam_value​(String _owningteam_value)
      • get_owninguser_value

        public Optional<String> get_owninguser_value()
      • with_owninguser_value

        public Userform with_owninguser_value​(String _owninguser_value)
      • withIstabletenabled

        public Userform withIstabletenabled​(Boolean istabletenabled)
      • 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 Userform 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 Userform 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