public class Userquery extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Userquery.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_createdby_value |
protected String |
_createdonbehalfby_value |
protected String |
_modifiedby_value |
protected String |
_modifiedonbehalfby_value |
protected String |
_ownerid_value |
protected String |
_owningbusinessunit_value |
protected String |
_owningteam_value |
protected String |
_owninguser_value |
protected String |
_parentqueryid_value |
protected String |
advancedgroupby |
protected String |
columnsetxml |
protected String |
conditionalformatting |
protected OffsetDateTime |
createdon |
protected String |
description |
protected String |
fetchxml |
protected String |
layoutjson |
protected String |
layoutxml |
protected OffsetDateTime |
modifiedon |
protected String |
name |
protected String |
offlinesqlquery |
protected Integer |
querytype |
protected String |
returnedtypecode |
protected Integer |
statecode |
protected Integer |
statuscode |
protected String |
userqueryid |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Userquery() |
protected OffsetDateTime modifiedon
protected Integer statuscode
protected String _owningteam_value
protected String returnedtypecode
protected Integer querytype
protected String advancedgroupby
protected String _parentqueryid_value
protected String columnsetxml
protected String fetchxml
protected String _owninguser_value
protected String description
protected String conditionalformatting
protected Integer statecode
protected String name
protected String _modifiedonbehalfby_value
protected String layoutjson
protected String _owningbusinessunit_value
protected String _createdby_value
protected OffsetDateTime createdon
protected String _createdonbehalfby_value
protected String userqueryid
protected String layoutxml
protected Long versionnumber
protected String _modifiedby_value
protected String _ownerid_value
protected String offlinesqlquery
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Userquery.Builder builderUserquery()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Crmbaseentitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Crmbaseentitypublic Optional<OffsetDateTime> getModifiedon()
public Userquery withModifiedon(OffsetDateTime modifiedon)
public Userquery with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Userquery with_owningbusinessunit_value(String _owningbusinessunit_value)
public Optional<OffsetDateTime> getCreatedon()
public Userquery withCreatedon(OffsetDateTime createdon)
public Userquery with_createdonbehalfby_value(String _createdonbehalfby_value)
public Userquery withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic PrincipalRequest getOwnerid()
public SystemuserRequest getModifiedby()
public TeamRequest getOwningteam()
public SystemuserRequest getCreatedonbehalfby()
public SyncerrorCollectionRequest getUserQuery_SyncErrors()
public BulkdeletefailureCollectionRequest getUserQuery_BulkDeleteFailures()
public AsyncoperationCollectionRequest getUserQuery_AsyncOperations()
public SystemuserRequest getModifiedonbehalfby()
public SystemuserRequest getCreatedby()
public BusinessunitRequest getOwningbusinessunit()
public SystemuserRequest getOwninguser()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Userquery patch()
this with changed fields reset.patch in class Crmbaseentitythis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic Userquery put()
this
with changed fields reset (they were ignored anyway).put in class Crmbaseentitythis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class CrmbaseentityCopyright © 2018–2020. All rights reserved.