Class D_PRAIntMktgRateUpdtDetP.D_PRAIntMktgRateUpdtDetPBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productionrevenueaccountinginternalmarketingrate.D_PRAIntMktgRateUpdtDetP.D_PRAIntMktgRateUpdtDetPBuilder
- Enclosing class:
- D_PRAIntMktgRateUpdtDetP
-
Method Summary
Modifier and TypeMethodDescriptionbuild()companyCode(String companyCode) Constraints: Not nullable, Maximum length: 4divisionOfInterest(String divisionOfInterest) Constraints: Not nullable, Maximum length: 5jointVenture(String jointVenture) Constraints: Not nullable, Maximum length: 6marketingCostDeductionPercent(BigDecimal marketingCostDeductionPercent) Constraints: Not nullable, Precision: 5, Scale: 2marketingDeductionRateAmount(BigDecimal marketingDeductionRateAmount) Constraints: Not nullable, Precision: 11, Scale: 7marketingType(String marketingType) Constraints: Not nullable, Maximum length: 2pRADatabaseAction(String pRADatabaseAction) Constraints: Not nullable, Maximum length: 1pRAMarketingRateNumber(String pRAMarketingRateNumber) Constraints: Not nullable, Maximum length: 12toString()unitOfMeasure(String unitOfMeasure) Constraints: Not nullable, Maximum length: 3
-
Method Details
-
pRAMarketingRateNumber
@Nonnull public D_PRAIntMktgRateUpdtDetP.D_PRAIntMktgRateUpdtDetPBuilder pRAMarketingRateNumber(@Nullable String pRAMarketingRateNumber) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: PRAMarketingRateNumber
- Returns:
this.
-
marketingType
@Nonnull public D_PRAIntMktgRateUpdtDetP.D_PRAIntMktgRateUpdtDetPBuilder marketingType(@Nullable String marketingType) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: MarketingType
- Returns:
this.
-
unitOfMeasure
@Nonnull public D_PRAIntMktgRateUpdtDetP.D_PRAIntMktgRateUpdtDetPBuilder unitOfMeasure(@Nullable String unitOfMeasure) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: UnitOfMeasure
- Returns:
this.
-
marketingDeductionRateAmount
@Nonnull public D_PRAIntMktgRateUpdtDetP.D_PRAIntMktgRateUpdtDetPBuilder marketingDeductionRateAmount(@Nullable BigDecimal marketingDeductionRateAmount) Constraints: Not nullable, Precision: 11, Scale: 7Original property name from the Odata EDM: MarketingDeductionRateAmount
- Returns:
this.
-
marketingCostDeductionPercent
@Nonnull public D_PRAIntMktgRateUpdtDetP.D_PRAIntMktgRateUpdtDetPBuilder marketingCostDeductionPercent(@Nullable BigDecimal marketingCostDeductionPercent) Constraints: Not nullable, Precision: 5, Scale: 2Original property name from the Odata EDM: MarketingCostDeductionPercent
- Returns:
this.
-
companyCode
@Nonnull public D_PRAIntMktgRateUpdtDetP.D_PRAIntMktgRateUpdtDetPBuilder companyCode(@Nullable String companyCode) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CompanyCode
- Returns:
this.
-
jointVenture
@Nonnull public D_PRAIntMktgRateUpdtDetP.D_PRAIntMktgRateUpdtDetPBuilder jointVenture(@Nullable String jointVenture) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: JointVenture
- Returns:
this.
-
divisionOfInterest
@Nonnull public D_PRAIntMktgRateUpdtDetP.D_PRAIntMktgRateUpdtDetPBuilder divisionOfInterest(@Nullable String divisionOfInterest) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: DivisionOfInterest
- Returns:
this.
-
pRADatabaseAction
@Nonnull public D_PRAIntMktgRateUpdtDetP.D_PRAIntMktgRateUpdtDetPBuilder pRADatabaseAction(@Nullable String pRADatabaseAction) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: PRADatabaseAction
- Returns:
this.
-
build
-
toString
-