| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
Account |
Account.Builder.build() |
Account |
Account.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
Account |
Account.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
Account |
Account.withBlocked(Boolean blocked) |
Account |
Account.withCategory(String category) |
Account |
Account.withDisplayName(String displayName) |
Account |
Account.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
Account |
Account.withNumber(String number) |
Account |
Account.withSubCategory(String subCategory) |
Copyright © 2018–2020. All rights reserved.