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(String _createdby_value)UserformUserform. with_createdonbehalfby_value(String _createdonbehalfby_value)UserformUserform. with_modifiedby_value(String _modifiedby_value)UserformUserform. with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)UserformUserform. with_ownerid_value(String _ownerid_value)UserformUserform. with_owningbusinessunit_value(String _owningbusinessunit_value)UserformUserform. with_owningteam_value(String _owningteam_value)UserformUserform. with_owninguser_value(String _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, String value)UserformUserform. withUserformid(String userformid)UserformUserform. withVersionnumber(Long versionnumber)
-