Package microsoft.dynamics.crm.entity
Class Userquery
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Userquery
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Userquery extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUserquery.Builder
-
Field Summary
Fields Modifier and Type Field Description protected UUID_createdby_valueprotected UUID_createdonbehalfby_valueprotected UUID_modifiedby_valueprotected UUID_modifiedonbehalfby_valueprotected UUID_ownerid_valueprotected UUID_owningbusinessunit_valueprotected UUID_owningteam_valueprotected UUID_owninguser_valueprotected UUID_parentqueryid_valueprotected Stringadvancedgroupbyprotected Stringcolumnsetxmlprotected Stringconditionalformattingprotected OffsetDateTimecreatedonprotected Stringdescriptionprotected Stringfetchxmlprotected Stringlayoutjsonprotected Stringlayoutxmlprotected OffsetDateTimemodifiedonprotected Stringnameprotected Stringofflinesqlqueryprotected Integerquerytypeprotected Stringreturnedtypecodeprotected Integerstatecodeprotected Integerstatuscodeprotected UUIDuserqueryidprotected Longversionnumber-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedUserquery()
-
Method Summary
-
-
-
Field Detail
-
modifiedon
protected OffsetDateTime modifiedon
-
statuscode
protected Integer statuscode
-
_owningteam_value
protected UUID _owningteam_value
-
returnedtypecode
protected String returnedtypecode
-
querytype
protected Integer querytype
-
advancedgroupby
protected String advancedgroupby
-
_parentqueryid_value
protected UUID _parentqueryid_value
-
columnsetxml
protected String columnsetxml
-
fetchxml
protected String fetchxml
-
_owninguser_value
protected UUID _owninguser_value
-
description
protected String description
-
conditionalformatting
protected String conditionalformatting
-
statecode
protected Integer statecode
-
name
protected String name
-
_modifiedonbehalfby_value
protected UUID _modifiedonbehalfby_value
-
layoutjson
protected String layoutjson
-
_owningbusinessunit_value
protected UUID _owningbusinessunit_value
-
_createdby_value
protected UUID _createdby_value
-
createdon
protected OffsetDateTime createdon
-
_createdonbehalfby_value
protected UUID _createdonbehalfby_value
-
userqueryid
protected UUID userqueryid
-
layoutxml
protected String layoutxml
-
versionnumber
protected Long versionnumber
-
_modifiedby_value
protected UUID _modifiedby_value
-
_ownerid_value
protected UUID _ownerid_value
-
offlinesqlquery
protected String offlinesqlquery
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderUserquery
public static Userquery.Builder builderUserquery()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classCrmbaseentity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classCrmbaseentity
-
getModifiedon
public Optional<OffsetDateTime> getModifiedon()
-
withModifiedon
public Userquery withModifiedon(OffsetDateTime modifiedon)
-
with_modifiedonbehalfby_value
public Userquery with_modifiedonbehalfby_value(UUID _modifiedonbehalfby_value)
-
with_owningbusinessunit_value
public Userquery with_owningbusinessunit_value(UUID _owningbusinessunit_value)
-
getCreatedon
public Optional<OffsetDateTime> getCreatedon()
-
withCreatedon
public Userquery withCreatedon(OffsetDateTime createdon)
-
with_createdonbehalfby_value
public Userquery with_createdonbehalfby_value(UUID _createdonbehalfby_value)
-
withUnmappedField
public Userquery withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classCrmbaseentity
-
getOwnerid
public PrincipalRequest getOwnerid()
-
getModifiedby
public SystemuserRequest getModifiedby()
-
getOwningteam
public TeamRequest getOwningteam()
-
getCreatedonbehalfby
public SystemuserRequest getCreatedonbehalfby()
-
getUserQuery_SyncErrors
public SyncerrorCollectionRequest getUserQuery_SyncErrors()
-
getUserQuery_BulkDeleteFailures
public BulkdeletefailureCollectionRequest getUserQuery_BulkDeleteFailures()
-
getUserQuery_AsyncOperations
public AsyncoperationCollectionRequest getUserQuery_AsyncOperations()
-
getModifiedonbehalfby
public SystemuserRequest getModifiedonbehalfby()
-
getCreatedby
public SystemuserRequest getCreatedby()
-
getOwningbusinessunit
public BusinessunitRequest getOwningbusinessunit()
-
getOwninguser
public SystemuserRequest getOwninguser()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrmbaseentity
-
patch
public Userquery patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.- Overrides:
patchin classCrmbaseentity- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
put
public Userquery put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).- Overrides:
putin classCrmbaseentity- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
toString
public String toString()
- Overrides:
toStringin classCrmbaseentity
-
-