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