Uses of Class
microsoft.dynamics.crm.entity.Runtimedependency
-
Packages that use Runtimedependency Package Description microsoft.dynamics.crm.entity -
-
Uses of Runtimedependency in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.entity that return Runtimedependency Modifier and Type Method Description RuntimedependencyRuntimedependency.Builder. build()RuntimedependencyRuntimedependency. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.RuntimedependencyRuntimedependency. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).RuntimedependencyRuntimedependency. withCreatedtime(OffsetDateTime createdtime)RuntimedependencyRuntimedependency. withDependencyid(UUID dependencyid)RuntimedependencyRuntimedependency. withDependentcomponentnodeid(UUID dependentcomponentnodeid)RuntimedependencyRuntimedependency. withDependentcomponenttype(Integer dependentcomponenttype)RuntimedependencyRuntimedependency. withIspublished(BooleanManagedProperty ispublished)RuntimedependencyRuntimedependency. withRequiredcomponentmodifiedtime(OffsetDateTime requiredcomponentmodifiedtime)RuntimedependencyRuntimedependency. withRequiredcomponentnodeid(String requiredcomponentnodeid)RuntimedependencyRuntimedependency. withRequiredcomponenttype(Integer requiredcomponenttype)RuntimedependencyRuntimedependency. withUnmappedField(String name, String value)
-