Class SlsPricingProcedure.SlsPricingProcedureBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.pricingprocedureinsales.SlsPricingProcedure.SlsPricingProcedureBuilder
- Enclosing class:
- SlsPricingProcedure
Helper class to allow for fluent creation of SlsPricingProcedure 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: 1pricingProcedure(String pricingProcedure) (Key Field) Constraints: Not nullable, Maximum length: 6Navigation property to_SalesPricingProcedureItem for SlsPricingProcedure to multiple SlsPricingProcedureItem.text(SlsPricingProcedureText... value) Navigation property to_Text for SlsPricingProcedure to multiple SlsPricingProcedureText.toString()
-
Method Details
-
salesPricingProcedureItem
@Nonnull public SlsPricingProcedure.SlsPricingProcedureBuilder salesPricingProcedureItem(SlsPricingProcedureItem... value) Navigation property to_SalesPricingProcedureItem for SlsPricingProcedure to multiple SlsPricingProcedureItem.- Parameters:
value- The SlsPricingProcedureItems to build this SlsPricingProcedure with.- Returns:
- This Builder to allow for a fluent interface.
-
text
@Nonnull public SlsPricingProcedure.SlsPricingProcedureBuilder text(SlsPricingProcedureText... value) Navigation property to_Text for SlsPricingProcedure to multiple SlsPricingProcedureText.- Parameters:
value- The SlsPricingProcedureTexts to build this SlsPricingProcedure with.- Returns:
- This Builder to allow for a fluent interface.
-
conditionUsage
@Nonnull public SlsPricingProcedure.SlsPricingProcedureBuilder conditionUsage(@Nullable String conditionUsage) (Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ConditionUsage
- Returns:
this.
-
conditionApplication
@Nonnull public SlsPricingProcedure.SlsPricingProcedureBuilder conditionApplication(@Nullable String conditionApplication) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ConditionApplication
- Returns:
this.
-
pricingProcedure
@Nonnull public SlsPricingProcedure.SlsPricingProcedureBuilder pricingProcedure(@Nullable String pricingProcedure) (Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: PricingProcedure
- Returns:
this.
-
build
-
toString
-