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