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