Class PurgPrcgCndnTypeText.PurgPrcgCndnTypeTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.pricingprocedureinpurchasing.PurgPrcgCndnTypeText.PurgPrcgCndnTypeTextBuilder
- Enclosing class:
- PurgPrcgCndnTypeText
Helper class to allow for fluent creation of PurgPrcgCndnTypeText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()conditionApplication(String conditionApplication) (Key Field) Constraints: Not nullable, Maximum length: 2conditionType(String conditionType) (Key Field) Constraints: Not nullable, Maximum length: 4conditionTypeName(String conditionTypeName) Constraints: Not nullable, Maximum length: 30conditionUsage(String conditionUsage) (Key Field) Constraints: Not nullable, Maximum length: 1(Key Field) Constraints: Not nullable, Maximum length: 2Navigation property to_PurgPricingConditionType for PurgPrcgCndnTypeText to single PurgPricingConditionType.toString()
-
Method Details
-
purgPricingConditionType
@Nonnull public PurgPrcgCndnTypeText.PurgPrcgCndnTypeTextBuilder purgPricingConditionType(PurgPricingConditionType value) Navigation property to_PurgPricingConditionType for PurgPrcgCndnTypeText to single PurgPricingConditionType.- Parameters:
value- The PurgPricingConditionType to build this PurgPrcgCndnTypeText with.- Returns:
- This Builder to allow for a fluent interface.
-
language
@Nonnull public PurgPrcgCndnTypeText.PurgPrcgCndnTypeTextBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
conditionUsage
@Nonnull public PurgPrcgCndnTypeText.PurgPrcgCndnTypeTextBuilder conditionUsage(@Nullable String conditionUsage) (Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ConditionUsage
- Returns:
this.
-
conditionApplication
@Nonnull public PurgPrcgCndnTypeText.PurgPrcgCndnTypeTextBuilder conditionApplication(@Nullable String conditionApplication) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ConditionApplication
- Returns:
this.
-
conditionType
@Nonnull public PurgPrcgCndnTypeText.PurgPrcgCndnTypeTextBuilder conditionType(@Nullable String conditionType) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ConditionType
- Returns:
this.
-
conditionTypeName
@Nonnull public PurgPrcgCndnTypeText.PurgPrcgCndnTypeTextBuilder conditionTypeName(@Nullable String conditionTypeName) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: ConditionTypeName
- Returns:
this.
-
build
-
toString
-