| Package | Description |
|---|---|
| microsoft.dynamics.crm.container | |
| microsoft.dynamics.crm.entity |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Dependency> |
System.retrieveDependenciesForDelete(String objectId,
Integer componentType) |
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Dependency> |
System.retrieveDependenciesForUninstall(String solutionUniqueName) |
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Dependency> |
System.retrieveDependentComponents(String objectId,
Integer componentType) |
| Modifier and Type | Method and Description |
|---|---|
Dependency |
Dependency.Builder.build() |
Dependency |
Dependency.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
Dependency |
Dependency.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
Dependency |
Dependency.with_dependentcomponentnodeid_value(String _dependentcomponentnodeid_value) |
Dependency |
Dependency.with_requiredcomponentnodeid_value(String _requiredcomponentnodeid_value) |
Dependency |
Dependency.withDependencyid(String dependencyid) |
Dependency |
Dependency.withDependencytype(Integer dependencytype) |
Dependency |
Dependency.withDependentcomponentbasesolutionid(String dependentcomponentbasesolutionid) |
Dependency |
Dependency.withDependentcomponentobjectid(String dependentcomponentobjectid) |
Dependency |
Dependency.withDependentcomponentparentid(String dependentcomponentparentid) |
Dependency |
Dependency.withDependentcomponenttype(Integer dependentcomponenttype) |
Dependency |
Dependency.withRequiredcomponentbasesolutionid(String requiredcomponentbasesolutionid) |
Dependency |
Dependency.withRequiredcomponentintroducedversion(Double requiredcomponentintroducedversion) |
Dependency |
Dependency.withRequiredcomponentobjectid(String requiredcomponentobjectid) |
Dependency |
Dependency.withRequiredcomponentparentid(String requiredcomponentparentid) |
Dependency |
Dependency.withRequiredcomponenttype(Integer requiredcomponenttype) |
Dependency |
Dependency.withUnmappedField(String name,
String value) |
Dependency |
Dependency.withVersionnumber(Long versionnumber) |
Copyright © 2018–2020. All rights reserved.