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