Uses of Class
odata.msgraph.client.beta.entity.AgedAccountsReceivable
-
Packages that use AgedAccountsReceivable Package Description odata.msgraph.client.beta.entity -
-
Uses of AgedAccountsReceivable in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return AgedAccountsReceivable Modifier and Type Method Description AgedAccountsReceivableAgedAccountsReceivable.Builder. build()AgedAccountsReceivableAgedAccountsReceivable. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.AgedAccountsReceivableAgedAccountsReceivable. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).AgedAccountsReceivableAgedAccountsReceivable. withAgedAsOfDate(LocalDate agedAsOfDate)AgedAccountsReceivableAgedAccountsReceivable. withBalanceDue(BigDecimal balanceDue)AgedAccountsReceivableAgedAccountsReceivable. withCurrencyCode(String currencyCode)AgedAccountsReceivableAgedAccountsReceivable. withCurrentAmount(BigDecimal currentAmount)AgedAccountsReceivableAgedAccountsReceivable. withCustomerNumber(String customerNumber)AgedAccountsReceivableAgedAccountsReceivable. withName(String name)AgedAccountsReceivableAgedAccountsReceivable. withPeriod1Amount(BigDecimal period1Amount)AgedAccountsReceivableAgedAccountsReceivable. withPeriod2Amount(BigDecimal period2Amount)AgedAccountsReceivableAgedAccountsReceivable. withPeriod3Amount(BigDecimal period3Amount)AgedAccountsReceivableAgedAccountsReceivable. withPeriodLengthFilter(String periodLengthFilter)AgedAccountsReceivableAgedAccountsReceivable. withUnmappedField(String name, String value)
-