Class Dependency

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

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

      • requiredcomponentobjectid

        protected UUID requiredcomponentobjectid
      • versionnumber

        protected Long versionnumber
      • requiredcomponentparentid

        protected UUID requiredcomponentparentid
      • dependentcomponentbasesolutionid

        protected UUID dependentcomponentbasesolutionid
      • dependentcomponenttype

        protected Integer dependentcomponenttype
      • dependencyid

        protected UUID dependencyid
      • dependentcomponentparentid

        protected UUID dependentcomponentparentid
      • _requiredcomponentnodeid_value

        protected UUID _requiredcomponentnodeid_value
      • _dependentcomponentnodeid_value

        protected UUID _dependentcomponentnodeid_value
      • requiredcomponentbasesolutionid

        protected UUID requiredcomponentbasesolutionid
      • dependencytype

        protected Integer dependencytype
      • dependentcomponentobjectid

        protected UUID dependentcomponentobjectid
      • requiredcomponentintroducedversion

        protected Double requiredcomponentintroducedversion
      • requiredcomponenttype

        protected Integer requiredcomponenttype
    • Constructor Detail

      • Dependency

        protected Dependency()
    • Method Detail

      • odataTypeName

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

        public static Dependency.Builder builderDependency()
        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
      • getRequiredcomponentobjectid

        public Optional<UUID> getRequiredcomponentobjectid()
      • withRequiredcomponentobjectid

        public Dependency withRequiredcomponentobjectid​(UUID requiredcomponentobjectid)
      • getVersionnumber

        public Optional<Long> getVersionnumber()
      • withVersionnumber

        public Dependency withVersionnumber​(Long versionnumber)
      • getRequiredcomponentparentid

        public Optional<UUID> getRequiredcomponentparentid()
      • withRequiredcomponentparentid

        public Dependency withRequiredcomponentparentid​(UUID requiredcomponentparentid)
      • getDependentcomponentbasesolutionid

        public Optional<UUID> getDependentcomponentbasesolutionid()
      • withDependentcomponentbasesolutionid

        public Dependency withDependentcomponentbasesolutionid​(UUID dependentcomponentbasesolutionid)
      • getDependentcomponenttype

        public Optional<Integer> getDependentcomponenttype()
      • withDependentcomponenttype

        public Dependency withDependentcomponenttype​(Integer dependentcomponenttype)
      • withDependencyid

        public Dependency withDependencyid​(UUID dependencyid)
      • getDependentcomponentparentid

        public Optional<UUID> getDependentcomponentparentid()
      • withDependentcomponentparentid

        public Dependency withDependentcomponentparentid​(UUID dependentcomponentparentid)
      • get_requiredcomponentnodeid_value

        public Optional<UUID> get_requiredcomponentnodeid_value()
      • with_requiredcomponentnodeid_value

        public Dependency with_requiredcomponentnodeid_value​(UUID _requiredcomponentnodeid_value)
      • get_dependentcomponentnodeid_value

        public Optional<UUID> get_dependentcomponentnodeid_value()
      • with_dependentcomponentnodeid_value

        public Dependency with_dependentcomponentnodeid_value​(UUID _dependentcomponentnodeid_value)
      • getRequiredcomponentbasesolutionid

        public Optional<UUID> getRequiredcomponentbasesolutionid()
      • withRequiredcomponentbasesolutionid

        public Dependency withRequiredcomponentbasesolutionid​(UUID requiredcomponentbasesolutionid)
      • withDependencytype

        public Dependency withDependencytype​(Integer dependencytype)
      • getDependentcomponentobjectid

        public Optional<UUID> getDependentcomponentobjectid()
      • withDependentcomponentobjectid

        public Dependency withDependentcomponentobjectid​(UUID dependentcomponentobjectid)
      • getRequiredcomponentintroducedversion

        public Optional<Double> getRequiredcomponentintroducedversion()
      • withRequiredcomponentintroducedversion

        public Dependency withRequiredcomponentintroducedversion​(Double requiredcomponentintroducedversion)
      • getRequiredcomponenttype

        public Optional<Integer> getRequiredcomponenttype()
      • withRequiredcomponenttype

        public Dependency withRequiredcomponenttype​(Integer requiredcomponenttype)
      • 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 Dependency 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 Dependency 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