Package microsoft.dynamics.crm.entity
Class Applicationuser
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Applicationuser
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Applicationuser extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classApplicationuser.Builder
-
Field Summary
Fields Modifier and Type Field Description protected String_businessunitid_valueprotected String_createdby_valueprotected String_createdonbehalfby_valueprotected String_modifiedby_valueprotected String_modifiedonbehalfby_valueprotected Stringapplicationidprotected Stringapplicationnameprotected Integerapplicationtypeprotected Stringapplicationuseridprotected Stringcomponentiduniqueprotected Integercomponentstateprotected OffsetDateTimecreatedonprotected Integerimportsequencenumberprotected BooleanManagedPropertyiscustomizableprotected Booleanismanagedprotected OffsetDateTimemodifiedonprotected OffsetDateTimeoverriddencreatedonprotected OffsetDateTimeoverwritetimeprotected Stringsolutionidprotected Integerstatecodeprotected Integerstatuscodeprotected Integertimezoneruleversionnumberprotected Integerutcconversiontimezonecodeprotected Longversionnumber-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedApplicationuser()
-
Method Summary
-
-
-
Field Detail
-
_modifiedby_value
protected String _modifiedby_value
-
_createdonbehalfby_value
protected String _createdonbehalfby_value
-
importsequencenumber
protected Integer importsequencenumber
-
applicationid
protected String applicationid
-
createdon
protected OffsetDateTime createdon
-
utcconversiontimezonecode
protected Integer utcconversiontimezonecode
-
applicationuserid
protected String applicationuserid
-
_businessunitid_value
protected String _businessunitid_value
-
statuscode
protected Integer statuscode
-
componentidunique
protected String componentidunique
-
versionnumber
protected Long versionnumber
-
timezoneruleversionnumber
protected Integer timezoneruleversionnumber
-
componentstate
protected Integer componentstate
-
applicationname
protected String applicationname
-
iscustomizable
protected BooleanManagedProperty iscustomizable
-
overwritetime
protected OffsetDateTime overwritetime
-
_modifiedonbehalfby_value
protected String _modifiedonbehalfby_value
-
solutionid
protected String solutionid
-
_createdby_value
protected String _createdby_value
-
ismanaged
protected Boolean ismanaged
-
applicationtype
protected Integer applicationtype
-
modifiedon
protected OffsetDateTime modifiedon
-
statecode
protected Integer statecode
-
overriddencreatedon
protected OffsetDateTime overriddencreatedon
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderApplicationuser
public static Applicationuser.Builder builderApplicationuser()
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
-
with_modifiedby_value
public Applicationuser with_modifiedby_value(String _modifiedby_value)
-
with_createdonbehalfby_value
public Applicationuser with_createdonbehalfby_value(String _createdonbehalfby_value)
-
withImportsequencenumber
public Applicationuser withImportsequencenumber(Integer importsequencenumber)
-
withApplicationid
public Applicationuser withApplicationid(String applicationid)
-
getCreatedon
public Optional<OffsetDateTime> getCreatedon()
-
withCreatedon
public Applicationuser withCreatedon(OffsetDateTime createdon)
-
withUtcconversiontimezonecode
public Applicationuser withUtcconversiontimezonecode(Integer utcconversiontimezonecode)
-
withApplicationuserid
public Applicationuser withApplicationuserid(String applicationuserid)
-
with_businessunitid_value
public Applicationuser with_businessunitid_value(String _businessunitid_value)
-
withStatuscode
public Applicationuser withStatuscode(Integer statuscode)
-
withComponentidunique
public Applicationuser withComponentidunique(String componentidunique)
-
withVersionnumber
public Applicationuser withVersionnumber(Long versionnumber)
-
withTimezoneruleversionnumber
public Applicationuser withTimezoneruleversionnumber(Integer timezoneruleversionnumber)
-
withComponentstate
public Applicationuser withComponentstate(Integer componentstate)
-
withApplicationname
public Applicationuser withApplicationname(String applicationname)
-
getIscustomizable
public Optional<BooleanManagedProperty> getIscustomizable()
-
withIscustomizable
public Applicationuser withIscustomizable(BooleanManagedProperty iscustomizable)
-
getOverwritetime
public Optional<OffsetDateTime> getOverwritetime()
-
withOverwritetime
public Applicationuser withOverwritetime(OffsetDateTime overwritetime)
-
with_modifiedonbehalfby_value
public Applicationuser with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
-
withSolutionid
public Applicationuser withSolutionid(String solutionid)
-
with_createdby_value
public Applicationuser with_createdby_value(String _createdby_value)
-
withIsmanaged
public Applicationuser withIsmanaged(Boolean ismanaged)
-
withApplicationtype
public Applicationuser withApplicationtype(Integer applicationtype)
-
getModifiedon
public Optional<OffsetDateTime> getModifiedon()
-
withModifiedon
public Applicationuser withModifiedon(OffsetDateTime modifiedon)
-
withStatecode
public Applicationuser withStatecode(Integer statecode)
-
getOverriddencreatedon
public Optional<OffsetDateTime> getOverriddencreatedon()
-
withOverriddencreatedon
public Applicationuser withOverriddencreatedon(OffsetDateTime overriddencreatedon)
-
withUnmappedField
public Applicationuser withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classCrmbaseentity
-
getCreatedby
public SystemuserRequest getCreatedby()
-
getCreatedonbehalfby
public SystemuserRequest getCreatedonbehalfby()
-
getModifiedby
public SystemuserRequest getModifiedby()
-
getModifiedonbehalfby
public SystemuserRequest getModifiedonbehalfby()
-
getBusinessunitid
public BusinessunitRequest getBusinessunitid()
-
getApplicationuser_SyncErrors
public SyncerrorCollectionRequest getApplicationuser_SyncErrors()
-
getApplicationuser_DuplicateMatchingRecord
public DuplicaterecordCollectionRequest getApplicationuser_DuplicateMatchingRecord()
-
getApplicationuser_DuplicateBaseRecord
public DuplicaterecordCollectionRequest getApplicationuser_DuplicateBaseRecord()
-
getApplicationuser_AsyncOperations
public AsyncoperationCollectionRequest getApplicationuser_AsyncOperations()
-
getApplicationuser_MailboxTrackingFolders
public MailboxtrackingfolderCollectionRequest getApplicationuser_MailboxTrackingFolders()
-
getApplicationuser_ProcessSession
public ProcesssessionCollectionRequest getApplicationuser_ProcessSession()
-
getApplicationuser_BulkDeleteFailures
public BulkdeletefailureCollectionRequest getApplicationuser_BulkDeleteFailures()
-
getApplicationuser_PrincipalObjectAttributeAccesses
public PrincipalobjectattributeaccessCollectionRequest getApplicationuser_PrincipalObjectAttributeAccesses()
-
getApplicationuserrole
public RoleCollectionRequest getApplicationuserrole()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrmbaseentity
-
patch
public Applicationuser 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 Applicationuser 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
-
-