Uses of Class
microsoft.dynamics.crm.entity.Userform
-
Packages that use Userform Package Description microsoft.dynamics.crm.entity -
-
Uses of Userform in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.entity that return Userform Modifier and Type Method Description UserformUserform.Builder. build()UserformUserform. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.UserformUserform. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).UserformUserform. with_createdby_value(UUID _createdby_value)UserformUserform. with_createdonbehalfby_value(UUID _createdonbehalfby_value)UserformUserform. with_modifiedby_value(UUID _modifiedby_value)UserformUserform. with_modifiedonbehalfby_value(UUID _modifiedonbehalfby_value)UserformUserform. with_ownerid_value(UUID _ownerid_value)UserformUserform. with_owningbusinessunit_value(UUID _owningbusinessunit_value)UserformUserform. with_owningteam_value(UUID _owningteam_value)UserformUserform. with_owninguser_value(UUID _owninguser_value)UserformUserform. withCreatedon(OffsetDateTime createdon)UserformUserform. withDescription(String description)UserformUserform. withFormjson(String formjson)UserformUserform. withFormxml(String formxml)UserformUserform. withIstabletenabled(Boolean istabletenabled)UserformUserform. withModifiedon(OffsetDateTime modifiedon)UserformUserform. withName(String name)UserformUserform. withObjecttypecode(String objecttypecode)UserformUserform. withType(Integer type)UserformUserform. withUnmappedField(String name, Object value)UserformUserform. withUserformid(UUID userformid)UserformUserform. withVersionnumber(Long versionnumber)
-