Class ProductSalesTax.ProductSalesTaxBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster.ProductSalesTax.ProductSalesTaxBuilder
- Enclosing class:
- ProductSalesTax
-
Method Summary
Modifier and TypeMethodDescriptionbuild()(Key Field) Constraints: Not nullable, Maximum length: 3(Key Field) Constraints: Not nullable, Maximum length: 40taxCategory(String taxCategory) (Key Field) Constraints: Not nullable, Maximum length: 4taxClassification(String taxClassification) (Key Field) Constraints: Not nullable, Maximum length: 1toString()
-
Method Details
-
product
(Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: Product
- Returns:
this.
-
country
(Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: Country
- Returns:
this.
-
taxCategory
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: TaxCategory
- Returns:
this.
-
taxClassification
@Nonnull public ProductSalesTax.ProductSalesTaxBuilder taxClassification(@Nullable String taxClassification) (Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: TaxClassification
- Returns:
this.
-
build
-
toString
-