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