Uses of Class
odata.msgraph.client.beta.entity.JournalLine
-
Packages that use JournalLine Package Description odata.msgraph.client.beta.entity -
-
Uses of JournalLine in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return JournalLine Modifier and Type Method Description JournalLineJournalLine.Builder. build()JournalLineJournalLine. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.JournalLineJournalLine. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).JournalLineJournalLine. withAccountId(String accountId)JournalLineJournalLine. withAccountNumber(String accountNumber)JournalLineJournalLine. withAmount(BigDecimal amount)JournalLineJournalLine. withComment(String comment)JournalLineJournalLine. withDescription(String description)JournalLineJournalLine. withDocumentNumber(String documentNumber)JournalLineJournalLine. withExternalDocumentNumber(String externalDocumentNumber)JournalLineJournalLine. withJournalDisplayName(String journalDisplayName)JournalLineJournalLine. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)JournalLineJournalLine. withLineNumber(Integer lineNumber)JournalLineJournalLine. withPostingDate(LocalDate postingDate)JournalLineJournalLine. withUnmappedField(String name, String value)
-