| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
Currency |
Currency.Builder.build() |
Currency |
Currency.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
Currency |
Currency.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
Currency |
Currency.withAmountDecimalPlaces(String amountDecimalPlaces) |
Currency |
Currency.withAmountRoundingPrecision(BigDecimal amountRoundingPrecision) |
Currency |
Currency.withCode(String code) |
Currency |
Currency.withDisplayName(String displayName) |
Currency |
Currency.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
Currency |
Currency.withSymbol(String symbol) |
Copyright © 2018–2020. All rights reserved.