Uses of Class
microsoft.dynamics.crm.entity.Entitykey
-
Packages that use Entitykey Package Description microsoft.dynamics.crm.entity -
-
Uses of Entitykey in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.entity that return Entitykey Modifier and Type Method Description EntitykeyEntitykey.Builder. build()EntitykeyEntitykey. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.EntitykeyEntitykey. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).EntitykeyEntitykey. withComponentstate(Integer componentstate)EntitykeyEntitykey. withEntitykeyid(String entitykeyid)EntitykeyEntitykey. withLogicalname(String logicalname)EntitykeyEntitykey. withName(String name)EntitykeyEntitykey. withOverwritetime(OffsetDateTime overwritetime)EntitykeyEntitykey. withSolutionid(String solutionid)EntitykeyEntitykey. withUnmappedField(String name, String value)
-