Uses of Class
odata.msgraph.client.beta.entity.CustomerPaymentJournal
-
Packages that use CustomerPaymentJournal Package Description odata.msgraph.client.beta.entity -
-
Uses of CustomerPaymentJournal in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return CustomerPaymentJournal Modifier and Type Method Description CustomerPaymentJournalCustomerPaymentJournal.Builder. build()CustomerPaymentJournalCustomerPaymentJournal. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.CustomerPaymentJournalCustomerPaymentJournal. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).CustomerPaymentJournalCustomerPaymentJournal. withBalancingAccountId(UUID balancingAccountId)CustomerPaymentJournalCustomerPaymentJournal. withBalancingAccountNumber(String balancingAccountNumber)CustomerPaymentJournalCustomerPaymentJournal. withCode(String code)CustomerPaymentJournalCustomerPaymentJournal. withDisplayName(String displayName)CustomerPaymentJournalCustomerPaymentJournal. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)CustomerPaymentJournalCustomerPaymentJournal. withUnmappedField(String name, String value)
-