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