Uses of Class
odata.msgraph.client.beta.entity.Currency
-
Packages that use Currency Package Description odata.msgraph.client.beta.entity -
-
Uses of Currency in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return Currency Modifier and Type Method Description CurrencyCurrency.Builder. build()CurrencyCurrency. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.CurrencyCurrency. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).CurrencyCurrency. withAmountDecimalPlaces(String amountDecimalPlaces)CurrencyCurrency. withAmountRoundingPrecision(BigDecimal amountRoundingPrecision)CurrencyCurrency. withCode(String code)CurrencyCurrency. withDisplayName(String displayName)CurrencyCurrency. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)CurrencyCurrency. withSymbol(String symbol)CurrencyCurrency. withUnmappedField(String name, String value)
-