Uses of Class
odata.msgraph.client.complex.CurrencyColumn
-
Packages that use CurrencyColumn Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of CurrencyColumn in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return CurrencyColumn Modifier and Type Method Description CurrencyColumnCurrencyColumn.Builder. build()CurrencyColumnCurrencyColumn. withLocale(String locale)CurrencyColumnCurrencyColumn. withUnmappedField(String name, Object value) -
Uses of CurrencyColumn in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as CurrencyColumn Modifier and Type Field Description protected CurrencyColumnColumnDefinition. currencyMethods in odata.msgraph.client.entity that return types with arguments of type CurrencyColumn Modifier and Type Method Description Optional<CurrencyColumn>ColumnDefinition. getCurrency()Methods in odata.msgraph.client.entity with parameters of type CurrencyColumn Modifier and Type Method Description ColumnDefinition.BuilderColumnDefinition.Builder. currency(CurrencyColumn currency)ColumnDefinitionColumnDefinition. withCurrency(CurrencyColumn currency)
-