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