Package microsoft.dynamics.crm.entity
Class Dependency
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDependency.Builder
-
Field Summary
Fields Modifier and Type Field Description protected String_dependentcomponentnodeid_valueprotected String_requiredcomponentnodeid_valueprotected Stringdependencyidprotected Integerdependencytypeprotected Stringdependentcomponentbasesolutionidprotected Stringdependentcomponentobjectidprotected Stringdependentcomponentparentidprotected Integerdependentcomponenttypeprotected Stringrequiredcomponentbasesolutionidprotected Doublerequiredcomponentintroducedversionprotected Stringrequiredcomponentobjectidprotected Stringrequiredcomponentparentidprotected Integerrequiredcomponenttypeprotected Longversionnumber-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDependency()
-
Method Summary
-
-
-
Field Detail
-
requiredcomponentobjectid
protected String requiredcomponentobjectid
-
versionnumber
protected Long versionnumber
-
requiredcomponentparentid
protected String requiredcomponentparentid
-
dependentcomponentbasesolutionid
protected String dependentcomponentbasesolutionid
-
dependentcomponenttype
protected Integer dependentcomponenttype
-
dependencyid
protected String dependencyid
-
dependentcomponentparentid
protected String dependentcomponentparentid
-
_requiredcomponentnodeid_value
protected String _requiredcomponentnodeid_value
-
_dependentcomponentnodeid_value
protected String _dependentcomponentnodeid_value
-
requiredcomponentbasesolutionid
protected String requiredcomponentbasesolutionid
-
dependencytype
protected Integer dependencytype
-
dependentcomponentobjectid
protected String dependentcomponentobjectid
-
requiredcomponentintroducedversion
protected Double requiredcomponentintroducedversion
-
requiredcomponenttype
protected Integer requiredcomponenttype
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
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:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classCrmbaseentity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classCrmbaseentity
-
withRequiredcomponentobjectid
public Dependency withRequiredcomponentobjectid(String requiredcomponentobjectid)
-
withVersionnumber
public Dependency withVersionnumber(Long versionnumber)
-
withRequiredcomponentparentid
public Dependency withRequiredcomponentparentid(String requiredcomponentparentid)
-
withDependentcomponentbasesolutionid
public Dependency withDependentcomponentbasesolutionid(String dependentcomponentbasesolutionid)
-
withDependentcomponenttype
public Dependency withDependentcomponenttype(Integer dependentcomponenttype)
-
withDependencyid
public Dependency withDependencyid(String dependencyid)
-
withDependentcomponentparentid
public Dependency withDependentcomponentparentid(String dependentcomponentparentid)
-
with_requiredcomponentnodeid_value
public Dependency with_requiredcomponentnodeid_value(String _requiredcomponentnodeid_value)
-
with_dependentcomponentnodeid_value
public Dependency with_dependentcomponentnodeid_value(String _dependentcomponentnodeid_value)
-
withRequiredcomponentbasesolutionid
public Dependency withRequiredcomponentbasesolutionid(String requiredcomponentbasesolutionid)
-
withDependencytype
public Dependency withDependencytype(Integer dependencytype)
-
withDependentcomponentobjectid
public Dependency withDependentcomponentobjectid(String dependentcomponentobjectid)
-
getRequiredcomponentintroducedversion
public Optional<Double> getRequiredcomponentintroducedversion()
-
withRequiredcomponentintroducedversion
public Dependency withRequiredcomponentintroducedversion(Double requiredcomponentintroducedversion)
-
withRequiredcomponenttype
public Dependency withRequiredcomponenttype(Integer requiredcomponenttype)
-
withUnmappedField
public Dependency withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classCrmbaseentity
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrmbaseentity
-
patch
public Dependency patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.- Overrides:
patchin classCrmbaseentity- Returns:
- a copy of
thiswith 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 ofthiswith changed fields reset (they were ignored anyway).- Overrides:
putin classCrmbaseentity- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
toString
public String toString()
- Overrides:
toStringin classCrmbaseentity
-
-