Package odata.msgraph.client.beta.entity
Class TaxArea.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.TaxArea.Builder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaxAreabuild()TaxArea.Buildercode(String code)TaxArea.BuilderdisplayName(String displayName)TaxArea.Builderid(String id)TaxArea.BuilderlastModifiedDateTime(OffsetDateTime lastModifiedDateTime)TaxArea.BuildertaxType(String taxType)
-
-
-
Method Detail
-
id
public TaxArea.Builder id(String id)
-
code
public TaxArea.Builder code(String code)
-
displayName
public TaxArea.Builder displayName(String displayName)
-
lastModifiedDateTime
public TaxArea.Builder lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
-
taxType
public TaxArea.Builder taxType(String taxType)
-
build
public TaxArea build()
-
-