| Package | Description |
|---|---|
| microsoft.dynamics.crm.entity |
| Modifier and Type | Method and Description |
|---|---|
Transactioncurrency |
Transactioncurrency.Builder.build() |
Transactioncurrency |
Transactioncurrency.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
Transactioncurrency |
Transactioncurrency.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
Transactioncurrency |
Transactioncurrency.with_createdby_value(String _createdby_value) |
Transactioncurrency |
Transactioncurrency.with_createdonbehalfby_value(String _createdonbehalfby_value) |
Transactioncurrency |
Transactioncurrency.with_modifiedby_value(String _modifiedby_value) |
Transactioncurrency |
Transactioncurrency.with_modifiedonbehalfby_value(String _modifiedonbehalfby_value) |
Transactioncurrency |
Transactioncurrency.with_organizationid_value(String _organizationid_value) |
Transactioncurrency |
Transactioncurrency.withCreatedon(OffsetDateTime createdon) |
Transactioncurrency |
Transactioncurrency.withCurrencyname(String currencyname) |
Transactioncurrency |
Transactioncurrency.withCurrencyprecision(Integer currencyprecision) |
Transactioncurrency |
Transactioncurrency.withCurrencysymbol(String currencysymbol) |
Transactioncurrency |
Transactioncurrency.withEntityimage_timestamp(Long entityimage_timestamp) |
Transactioncurrency |
Transactioncurrency.withEntityimage_url(String entityimage_url) |
Transactioncurrency |
Transactioncurrency.withEntityimage(byte[] entityimage) |
Transactioncurrency |
Transactioncurrency.withEntityimageid(String entityimageid) |
Transactioncurrency |
Transactioncurrency.withExchangerate(BigDecimal exchangerate) |
Transactioncurrency |
Transactioncurrency.withImportsequencenumber(Integer importsequencenumber) |
Transactioncurrency |
Transactioncurrency.withIsocurrencycode(String isocurrencycode) |
Transactioncurrency |
Transactioncurrency.withModifiedon(OffsetDateTime modifiedon) |
Transactioncurrency |
Transactioncurrency.withOverriddencreatedon(OffsetDateTime overriddencreatedon) |
Transactioncurrency |
Transactioncurrency.withStatecode(Integer statecode) |
Transactioncurrency |
Transactioncurrency.withStatuscode(Integer statuscode) |
Transactioncurrency |
Transactioncurrency.withTransactioncurrencyid(String transactioncurrencyid) |
Transactioncurrency |
Transactioncurrency.withUnmappedField(String name,
String value) |
Transactioncurrency |
Transactioncurrency.withVersionnumber(Long versionnumber) |
Copyright © 2018–2020. All rights reserved.