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