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