| Package | Description |
|---|---|
| microsoft.dynamics.crm.entity |
| Modifier and Type | Method and Description |
|---|---|
Position |
Position.Builder.build() |
Position |
Position.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
Position |
Position.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
Position |
Position.with_createdby_value(String _createdby_value) |
Position |
Position.with_createdonbehalfby_value(String _createdonbehalfby_value) |
Position |
Position.with_modifiedby_value(String _modifiedby_value) |
Position |
Position.with_modifiedonbehalfby_value(String _modifiedonbehalfby_value) |
Position |
Position.with_organizationid_value(String _organizationid_value) |
Position |
Position.with_parentpositionid_value(String _parentpositionid_value) |
Position |
Position.with_transactioncurrencyid_value(String _transactioncurrencyid_value) |
Position |
Position.withCreatedon(OffsetDateTime createdon) |
Position |
Position.withDescription(String description) |
Position |
Position.withExchangerate(BigDecimal exchangerate) |
Position |
Position.withImportsequencenumber(Integer importsequencenumber) |
Position |
Position.withModifiedon(OffsetDateTime modifiedon) |
Position |
Position.withName(String name) |
Position |
Position.withOverriddencreatedon(OffsetDateTime overriddencreatedon) |
Position |
Position.withPositionid(String positionid) |
Position |
Position.withStatecode(Integer statecode) |
Position |
Position.withStatuscode(Integer statuscode) |
Position |
Position.withTimezoneruleversionnumber(Integer timezoneruleversionnumber) |
Position |
Position.withUnmappedField(String name,
String value) |
Position |
Position.withUtcconversiontimezonecode(Integer utcconversiontimezonecode) |
Position |
Position.withVersionnumber(Long versionnumber) |
Copyright © 2018–2020. All rights reserved.