Uses of Class
odata.msgraph.client.beta.entity.TaxArea.Builder
-
Packages that use TaxArea.Builder Package Description odata.msgraph.client.beta.entity -
-
Uses of TaxArea.Builder in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return TaxArea.Builder Modifier and Type Method Description static TaxArea.BuilderTaxArea. builderTaxArea()Returns a builder which is used to create a new instance of this class (given that this class is immutable).TaxArea.BuilderTaxArea.Builder. code(String code)TaxArea.BuilderTaxArea.Builder. displayName(String displayName)TaxArea.BuilderTaxArea.Builder. id(String id)TaxArea.BuilderTaxArea.Builder. lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)TaxArea.BuilderTaxArea.Builder. taxType(String taxType)
-