Package com.oracle.bmc.marketplace.model
Class TaxSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.marketplace.model.TaxSummary.Builder
-
- Enclosing class:
- TaxSummary
public static class TaxSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaxSummary
build()
TaxSummary.Builder
code(UUID code)
Unique code for the tax.TaxSummary.Builder
copy(TaxSummary model)
TaxSummary.Builder
country(String country)
Country, which imposes the tax.TaxSummary.Builder
name(String name)
Name of the tax code.TaxSummary.Builder
url(String url)
The URL with more details about this tax.
-
-
-
Method Detail
-
code
public TaxSummary.Builder code(UUID code)
Unique code for the tax.- Parameters:
code
- the value to set- Returns:
- this builder
-
name
public TaxSummary.Builder name(String name)
Name of the tax code.- Parameters:
name
- the value to set- Returns:
- this builder
-
country
public TaxSummary.Builder country(String country)
Country, which imposes the tax.- Parameters:
country
- the value to set- Returns:
- this builder
-
url
public TaxSummary.Builder url(String url)
The URL with more details about this tax.- Parameters:
url
- the value to set- Returns:
- this builder
-
build
public TaxSummary build()
-
copy
public TaxSummary.Builder copy(TaxSummary model)
-
-