public class Dependency extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Dependency.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_dependentcomponentnodeid_value |
protected String |
_requiredcomponentnodeid_value |
protected String |
dependencyid |
protected Integer |
dependencytype |
protected String |
dependentcomponentbasesolutionid |
protected String |
dependentcomponentobjectid |
protected String |
dependentcomponentparentid |
protected Integer |
dependentcomponenttype |
protected String |
requiredcomponentbasesolutionid |
protected Double |
requiredcomponentintroducedversion |
protected String |
requiredcomponentobjectid |
protected String |
requiredcomponentparentid |
protected Integer |
requiredcomponenttype |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Dependency() |
protected String requiredcomponentobjectid
protected Long versionnumber
protected String requiredcomponentparentid
protected String dependentcomponentbasesolutionid
protected Integer dependentcomponenttype
protected String dependencyid
protected String dependentcomponentparentid
protected String _requiredcomponentnodeid_value
protected String _dependentcomponentnodeid_value
protected String requiredcomponentbasesolutionid
protected Integer dependencytype
protected String dependentcomponentobjectid
protected Double requiredcomponentintroducedversion
protected Integer requiredcomponenttype
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Dependency.Builder builderDependency()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Crmbaseentitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Crmbaseentitypublic Dependency withRequiredcomponentobjectid(String requiredcomponentobjectid)
public Dependency withVersionnumber(Long versionnumber)
public Dependency withRequiredcomponentparentid(String requiredcomponentparentid)
public Dependency withDependentcomponentbasesolutionid(String dependentcomponentbasesolutionid)
public Dependency withDependentcomponenttype(Integer dependentcomponenttype)
public Dependency withDependencyid(String dependencyid)
public Dependency withDependentcomponentparentid(String dependentcomponentparentid)
public Dependency with_requiredcomponentnodeid_value(String _requiredcomponentnodeid_value)
public Dependency with_dependentcomponentnodeid_value(String _dependentcomponentnodeid_value)
public Dependency withRequiredcomponentbasesolutionid(String requiredcomponentbasesolutionid)
public Dependency withDependencytype(Integer dependencytype)
public Dependency withDependentcomponentobjectid(String dependentcomponentobjectid)
public Optional<Double> getRequiredcomponentintroducedversion()
public Dependency withRequiredcomponentintroducedversion(Double requiredcomponentintroducedversion)
public Dependency withRequiredcomponenttype(Integer requiredcomponenttype)
public Dependency withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Dependency patch()
this with changed fields reset.patch in class Crmbaseentitythis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic Dependency put()
this
with changed fields reset (they were ignored anyway).put in class Crmbaseentitythis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class CrmbaseentityCopyright © 2018–2021. All rights reserved.