| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
CustomerPayment |
CustomerPayment.Builder.build() |
CustomerPayment |
CustomerPayment.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
CustomerPayment |
CustomerPayment.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
CustomerPayment |
CustomerPayment.withAmount(BigDecimal amount) |
CustomerPayment |
CustomerPayment.withAppliesToInvoiceId(String appliesToInvoiceId) |
CustomerPayment |
CustomerPayment.withAppliesToInvoiceNumber(String appliesToInvoiceNumber) |
CustomerPayment |
CustomerPayment.withComment(String comment) |
CustomerPayment |
CustomerPayment.withContactId(String contactId) |
CustomerPayment |
CustomerPayment.withCustomerId(String customerId) |
CustomerPayment |
CustomerPayment.withCustomerNumber(String customerNumber) |
CustomerPayment |
CustomerPayment.withDescription(String description) |
CustomerPayment |
CustomerPayment.withDocumentNumber(String documentNumber) |
CustomerPayment |
CustomerPayment.withExternalDocumentNumber(String externalDocumentNumber) |
CustomerPayment |
CustomerPayment.withJournalDisplayName(String journalDisplayName) |
CustomerPayment |
CustomerPayment.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
CustomerPayment |
CustomerPayment.withLineNumber(Integer lineNumber) |
CustomerPayment |
CustomerPayment.withPostingDate(LocalDate postingDate) |
Copyright © 2018–2020. All rights reserved.