Package microsoft.dynamics.crm.entity
Class Usermapping
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Usermapping
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Usermapping extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUsermapping.Builder
-
Field Summary
Fields Modifier and Type Field Description protected UUID_createdby_valueprotected UUID_createdonbehalfby_valueprotected UUID_modifiedby_valueprotected UUID_modifiedonbehalfby_valueprotected UUID_organizationid_valueprotected UUID_transactioncurrencyid_valueprotected Stringclaimtypeprotected OffsetDateTimecreatedonprotected BigDecimalexchangerateprotected OffsetDateTimemodifiedonprotected Integerpartnerapplicationtypeprotected Stringsystemuserattributenameprotected Integertimezoneruleversionnumberprotected UUIDusermappingidprotected Integerutcconversiontimezonecodeprotected Longversionnumber-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedUsermapping()
-
Method Summary
-
-
-
Field Detail
-
modifiedon
protected OffsetDateTime modifiedon
-
_modifiedonbehalfby_value
protected UUID _modifiedonbehalfby_value
-
usermappingid
protected UUID usermappingid
-
_createdonbehalfby_value
protected UUID _createdonbehalfby_value
-
systemuserattributename
protected String systemuserattributename
-
_organizationid_value
protected UUID _organizationid_value
-
exchangerate
protected BigDecimal exchangerate
-
createdon
protected OffsetDateTime createdon
-
versionnumber
protected Long versionnumber
-
_transactioncurrencyid_value
protected UUID _transactioncurrencyid_value
-
_createdby_value
protected UUID _createdby_value
-
claimtype
protected String claimtype
-
partnerapplicationtype
protected Integer partnerapplicationtype
-
utcconversiontimezonecode
protected Integer utcconversiontimezonecode
-
timezoneruleversionnumber
protected Integer timezoneruleversionnumber
-
_modifiedby_value
protected UUID _modifiedby_value
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderUsermapping
public static Usermapping.Builder builderUsermapping()
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 Usermapping withModifiedon(OffsetDateTime modifiedon)
-
with_modifiedonbehalfby_value
public Usermapping with_modifiedonbehalfby_value(UUID _modifiedonbehalfby_value)
-
withUsermappingid
public Usermapping withUsermappingid(UUID usermappingid)
-
with_createdonbehalfby_value
public Usermapping with_createdonbehalfby_value(UUID _createdonbehalfby_value)
-
withSystemuserattributename
public Usermapping withSystemuserattributename(String systemuserattributename)
-
with_organizationid_value
public Usermapping with_organizationid_value(UUID _organizationid_value)
-
getExchangerate
public Optional<BigDecimal> getExchangerate()
-
withExchangerate
public Usermapping withExchangerate(BigDecimal exchangerate)
-
getCreatedon
public Optional<OffsetDateTime> getCreatedon()
-
withCreatedon
public Usermapping withCreatedon(OffsetDateTime createdon)
-
withVersionnumber
public Usermapping withVersionnumber(Long versionnumber)
-
with_transactioncurrencyid_value
public Usermapping with_transactioncurrencyid_value(UUID _transactioncurrencyid_value)
-
with_createdby_value
public Usermapping with_createdby_value(UUID _createdby_value)
-
withClaimtype
public Usermapping withClaimtype(String claimtype)
-
withPartnerapplicationtype
public Usermapping withPartnerapplicationtype(Integer partnerapplicationtype)
-
withUtcconversiontimezonecode
public Usermapping withUtcconversiontimezonecode(Integer utcconversiontimezonecode)
-
withTimezoneruleversionnumber
public Usermapping withTimezoneruleversionnumber(Integer timezoneruleversionnumber)
-
with_modifiedby_value
public Usermapping with_modifiedby_value(UUID _modifiedby_value)
-
withUnmappedField
public Usermapping withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classCrmbaseentity
-
getCreatedby
public SystemuserRequest getCreatedby()
-
getCreatedonbehalfby
public SystemuserRequest getCreatedonbehalfby()
-
getModifiedby
public SystemuserRequest getModifiedby()
-
getModifiedonbehalfby
public SystemuserRequest getModifiedonbehalfby()
-
getOrganizationid
public OrganizationRequest getOrganizationid()
-
getUsermapping_AsyncOperations
public AsyncoperationCollectionRequest getUsermapping_AsyncOperations()
-
getUsermapping_ProcessSession
public ProcesssessionCollectionRequest getUsermapping_ProcessSession()
-
getUsermapping_BulkDeleteFailures
public BulkdeletefailureCollectionRequest getUsermapping_BulkDeleteFailures()
-
getTransactioncurrencyid
public TransactioncurrencyRequest getTransactioncurrencyid()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrmbaseentity
-
patch
public Usermapping 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 Usermapping 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
-
-