Uses of Class
microsoft.dynamics.crm.entity.Dependency
-
Packages that use Dependency Package Description microsoft.dynamics.crm.container microsoft.dynamics.crm.entity -
-
Uses of Dependency in microsoft.dynamics.crm.container
Methods in microsoft.dynamics.crm.container that return types with arguments of type Dependency Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Dependency>System. retrieveDependenciesForDelete(UUID objectId, Integer componentType)com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Dependency>System. retrieveDependenciesForUninstall(String solutionUniqueName)com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Dependency>System. retrieveDependentComponents(UUID objectId, Integer componentType) -
Uses of Dependency in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.entity that return Dependency Modifier and Type Method Description DependencyDependency.Builder. build()DependencyDependency. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.DependencyDependency. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).DependencyDependency. with_dependentcomponentnodeid_value(UUID _dependentcomponentnodeid_value)DependencyDependency. with_requiredcomponentnodeid_value(UUID _requiredcomponentnodeid_value)DependencyDependency. withDependencyid(UUID dependencyid)DependencyDependency. withDependencytype(Integer dependencytype)DependencyDependency. withDependentcomponentbasesolutionid(UUID dependentcomponentbasesolutionid)DependencyDependency. withDependentcomponentobjectid(UUID dependentcomponentobjectid)DependencyDependency. withDependentcomponentparentid(UUID dependentcomponentparentid)DependencyDependency. withDependentcomponenttype(Integer dependentcomponenttype)DependencyDependency. withRequiredcomponentbasesolutionid(UUID requiredcomponentbasesolutionid)DependencyDependency. withRequiredcomponentintroducedversion(Double requiredcomponentintroducedversion)DependencyDependency. withRequiredcomponentobjectid(UUID requiredcomponentobjectid)DependencyDependency. withRequiredcomponentparentid(UUID requiredcomponentparentid)DependencyDependency. withRequiredcomponenttype(Integer requiredcomponenttype)DependencyDependency. withUnmappedField(String name, String value)DependencyDependency. withVersionnumber(Long versionnumber)
-