Class ProductSales.ProductSalesBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster.ProductSales.ProductSalesBuilder
- Enclosing class:
- ProductSales
-
Method Summary
Modifier and TypeMethodDescriptionbuild()(Key Field) Constraints: Not nullable, Maximum length: 40salesStatus(String salesStatus) Constraints: Not nullable, Maximum length: 2salesStatusValidityDate(LocalDateTime salesStatusValidityDate) Constraints: Not nullable, Precision: 0taxClassification(String taxClassification) Constraints: Not nullable, Maximum length: 1toString()transportationGroup(String transportationGroup) Constraints: Not nullable, Maximum length: 4
-
Method Details
-
product
(Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: Product
- Returns:
this.
-
salesStatus
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: SalesStatus
- Returns:
this.
-
salesStatusValidityDate
@Nonnull public ProductSales.ProductSalesBuilder salesStatusValidityDate(@Nullable LocalDateTime salesStatusValidityDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: SalesStatusValidityDate
- Returns:
this.
-
taxClassification
@Nonnull public ProductSales.ProductSalesBuilder taxClassification(@Nullable String taxClassification) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: TaxClassification
- Returns:
this.
-
transportationGroup
@Nonnull public ProductSales.ProductSalesBuilder transportationGroup(@Nullable String transportationGroup) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: TransportationGroup
- Returns:
this.
-
build
-
toString
-