Class SlsPricingProcedureText.SlsPricingProcedureTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.pricingprocedureinsales.SlsPricingProcedureText.SlsPricingProcedureTextBuilder
- Enclosing class:
- SlsPricingProcedureText
Helper class to allow for fluent creation of SlsPricingProcedureText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()conditionApplication(String conditionApplication) (Key Field) Constraints: Not nullable, Maximum length: 2conditionUsage(String conditionUsage) (Key Field) Constraints: Not nullable, Maximum length: 1(Key Field) Constraints: Not nullable, Maximum length: 2pricingProcedure(String pricingProcedure) (Key Field) Constraints: Not nullable, Maximum length: 6pricingProcedureName(String pricingProcedureName) Constraints: Not nullable, Maximum length: 30Navigation property to_SalesPricingProcedure for SlsPricingProcedureText to single SlsPricingProcedure.toString()
-
Method Details
-
salesPricingProcedure
@Nonnull public SlsPricingProcedureText.SlsPricingProcedureTextBuilder salesPricingProcedure(SlsPricingProcedure value) Navigation property to_SalesPricingProcedure for SlsPricingProcedureText to single SlsPricingProcedure.- Parameters:
value- The SlsPricingProcedure to build this SlsPricingProcedureText with.- Returns:
- This Builder to allow for a fluent interface.
-
language
@Nonnull public SlsPricingProcedureText.SlsPricingProcedureTextBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
conditionUsage
@Nonnull public SlsPricingProcedureText.SlsPricingProcedureTextBuilder conditionUsage(@Nullable String conditionUsage) (Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ConditionUsage
- Returns:
this.
-
conditionApplication
@Nonnull public SlsPricingProcedureText.SlsPricingProcedureTextBuilder conditionApplication(@Nullable String conditionApplication) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ConditionApplication
- Returns:
this.
-
pricingProcedure
@Nonnull public SlsPricingProcedureText.SlsPricingProcedureTextBuilder pricingProcedure(@Nullable String pricingProcedure) (Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: PricingProcedure
- Returns:
this.
-
pricingProcedureName
@Nonnull public SlsPricingProcedureText.SlsPricingProcedureTextBuilder pricingProcedureName(@Nullable String pricingProcedureName) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: PricingProcedureName
- Returns:
this.
-
build
-
toString
-