Class Solutioncomponent

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

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

      • componenttype

        protected Integer componenttype
      • rootcomponentbehavior

        protected Integer rootcomponentbehavior
      • versionnumber

        protected Long versionnumber
      • _modifiedonbehalfby_value

        protected UUID _modifiedonbehalfby_value
      • ismetadata

        protected Boolean ismetadata
      • rootsolutioncomponentid

        protected UUID rootsolutioncomponentid
      • _createdonbehalfby_value

        protected UUID _createdonbehalfby_value
      • _createdby_value

        protected UUID _createdby_value
      • _solutionid_value

        protected UUID _solutionid_value
      • _modifiedby_value

        protected UUID _modifiedby_value
      • solutioncomponentid

        protected UUID solutioncomponentid
      • objectid

        protected UUID objectid
    • Constructor Detail

      • Solutioncomponent

        protected Solutioncomponent()
    • Method Detail

      • odataTypeName

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

        public static Solutioncomponent.Builder builderSolutioncomponent()
        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
      • getRootcomponentbehavior

        public Optional<Integer> getRootcomponentbehavior()
      • getVersionnumber

        public Optional<Long> getVersionnumber()
      • get_modifiedonbehalfby_value

        public Optional<UUID> get_modifiedonbehalfby_value()
      • with_modifiedonbehalfby_value

        public Solutioncomponent with_modifiedonbehalfby_value​(UUID _modifiedonbehalfby_value)
      • getRootsolutioncomponentid

        public Optional<UUID> getRootsolutioncomponentid()
      • withRootsolutioncomponentid

        public Solutioncomponent withRootsolutioncomponentid​(UUID rootsolutioncomponentid)
      • get_createdonbehalfby_value

        public Optional<UUID> get_createdonbehalfby_value()
      • with_createdonbehalfby_value

        public Solutioncomponent with_createdonbehalfby_value​(UUID _createdonbehalfby_value)
      • get_createdby_value

        public Optional<UUID> get_createdby_value()
      • get_solutionid_value

        public Optional<UUID> get_solutionid_value()
      • get_modifiedby_value

        public Optional<UUID> get_modifiedby_value()
      • getSolutioncomponentid

        public Optional<UUID> getSolutioncomponentid()
      • withSolutioncomponentid

        public Solutioncomponent withSolutioncomponentid​(UUID solutioncomponentid)
      • getRootsolutioncomponentid_solutioncomponent

        public SolutioncomponentRequest getRootsolutioncomponentid_solutioncomponent()
      • 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 Solutioncomponent 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 Solutioncomponent 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