Uses of Class
microsoft.dynamics.crm.entity.Userquery
-
Packages that use Userquery Package Description microsoft.dynamics.crm.entity -
-
Uses of Userquery in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.entity that return Userquery Modifier and Type Method Description UserqueryUserquery.Builder. build()UserqueryUserquery. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.UserqueryUserquery. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).UserqueryUserquery. with_createdby_value(UUID _createdby_value)UserqueryUserquery. with_createdonbehalfby_value(UUID _createdonbehalfby_value)UserqueryUserquery. with_modifiedby_value(UUID _modifiedby_value)UserqueryUserquery. with_modifiedonbehalfby_value(UUID _modifiedonbehalfby_value)UserqueryUserquery. with_ownerid_value(UUID _ownerid_value)UserqueryUserquery. with_owningbusinessunit_value(UUID _owningbusinessunit_value)UserqueryUserquery. with_owningteam_value(UUID _owningteam_value)UserqueryUserquery. with_owninguser_value(UUID _owninguser_value)UserqueryUserquery. with_parentqueryid_value(UUID _parentqueryid_value)UserqueryUserquery. withAdvancedgroupby(String advancedgroupby)UserqueryUserquery. withColumnsetxml(String columnsetxml)UserqueryUserquery. withConditionalformatting(String conditionalformatting)UserqueryUserquery. withCreatedon(OffsetDateTime createdon)UserqueryUserquery. withDescription(String description)UserqueryUserquery. withFetchxml(String fetchxml)UserqueryUserquery. withLayoutjson(String layoutjson)UserqueryUserquery. withLayoutxml(String layoutxml)UserqueryUserquery. withModifiedon(OffsetDateTime modifiedon)UserqueryUserquery. withName(String name)UserqueryUserquery. withOfflinesqlquery(String offlinesqlquery)UserqueryUserquery. withQuerytype(Integer querytype)UserqueryUserquery. withReturnedtypecode(String returnedtypecode)UserqueryUserquery. withStatecode(Integer statecode)UserqueryUserquery. withStatuscode(Integer statuscode)UserqueryUserquery. withUnmappedField(String name, String value)UserqueryUserquery. withUserqueryid(UUID userqueryid)UserqueryUserquery. withVersionnumber(Long versionnumber)
-