Class ProductPlantIntlTrd.ProductPlantIntlTrdBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster.ProductPlantIntlTrd.ProductPlantIntlTrdBuilder
- Enclosing class:
- ProductPlantIntlTrd
-
Method Summary
Modifier and TypeMethodDescriptionbuild()consumptionTaxCtrlCode(String consumptionTaxCtrlCode) Constraints: Not nullable, Maximum length: 16countryOfOrigin(String countryOfOrigin) Constraints: Not nullable, Maximum length: 3exportAndImportProductGroup(String exportAndImportProductGroup) Constraints: Not nullable, Maximum length: 4(Key Field) Constraints: Not nullable, Maximum length: 4prodIntlTradeClassification(String prodIntlTradeClassification) Constraints: Not nullable, Maximum length: 9(Key Field) Constraints: Not nullable, Maximum length: 40productCASNumber(String productCASNumber) Constraints: Not nullable, Maximum length: 15regionOfOrigin(String regionOfOrigin) Constraints: Not nullable, Maximum length: 3toString()
-
Method Details
-
product
(Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: Product
- Returns:
this.
-
plant
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Plant
- Returns:
this.
-
countryOfOrigin
@Nonnull public ProductPlantIntlTrd.ProductPlantIntlTrdBuilder countryOfOrigin(@Nullable String countryOfOrigin) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: CountryOfOrigin
- Returns:
this.
-
regionOfOrigin
@Nonnull public ProductPlantIntlTrd.ProductPlantIntlTrdBuilder regionOfOrigin(@Nullable String regionOfOrigin) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: RegionOfOrigin
- Returns:
this.
-
consumptionTaxCtrlCode
@Nonnull public ProductPlantIntlTrd.ProductPlantIntlTrdBuilder consumptionTaxCtrlCode(@Nullable String consumptionTaxCtrlCode) Constraints: Not nullable, Maximum length: 16Original property name from the Odata EDM: ConsumptionTaxCtrlCode
- Returns:
this.
-
productCASNumber
@Nonnull public ProductPlantIntlTrd.ProductPlantIntlTrdBuilder productCASNumber(@Nullable String productCASNumber) Constraints: Not nullable, Maximum length: 15Original property name from the Odata EDM: ProductCASNumber
- Returns:
this.
-
prodIntlTradeClassification
@Nonnull public ProductPlantIntlTrd.ProductPlantIntlTrdBuilder prodIntlTradeClassification(@Nullable String prodIntlTradeClassification) Constraints: Not nullable, Maximum length: 9Original property name from the Odata EDM: ProdIntlTradeClassification
- Returns:
this.
-
exportAndImportProductGroup
@Nonnull public ProductPlantIntlTrd.ProductPlantIntlTrdBuilder exportAndImportProductGroup(@Nullable String exportAndImportProductGroup) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ExportAndImportProductGroup
- Returns:
this.
-
build
-
toString
-