| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
TaxArea |
TaxArea.Builder.build() |
TaxArea |
TaxArea.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
TaxArea |
TaxArea.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
TaxArea |
TaxArea.withCode(String code) |
TaxArea |
TaxArea.withDisplayName(String displayName) |
TaxArea |
TaxArea.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
TaxArea |
TaxArea.withTaxType(String taxType) |
Copyright © 2018–2020. All rights reserved.