Uses of Class
odata.msgraph.client.beta.entity.Account
-
Packages that use Account Package Description odata.msgraph.client.beta.entity -
-
Uses of Account in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return Account Modifier and Type Method Description AccountAccount.Builder. build()AccountAccount. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.AccountAccount. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).AccountAccount. withBlocked(Boolean blocked)AccountAccount. withCategory(String category)AccountAccount. withDisplayName(String displayName)AccountAccount. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)AccountAccount. withNumber(String number)AccountAccount. withSubCategory(String subCategory)AccountAccount. withUnmappedField(String name, String value)
-