Class SlsPrcgCndnExclusionGroup.SlsPrcgCndnExclusionGroupBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.conditionexclusionforpricinginsales.SlsPrcgCndnExclusionGroup.SlsPrcgCndnExclusionGroupBuilder
- Enclosing class:
- SlsPrcgCndnExclusionGroup
Helper class to allow for fluent creation of SlsPrcgCndnExclusionGroup instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()conditionApplication(String conditionApplication) (Key Field) Constraints: Not nullable, Maximum length: 2conditionExclusionGroup(String conditionExclusionGroup) (Key Field) Constraints: Not nullable, Maximum length: 4conditionUsage(String conditionUsage) (Key Field) Constraints: Not nullable, Maximum length: 1Navigation property _SlsCndnExclsnForPrcgProced for SlsPrcgCndnExclusionGroup to multiple SlsCndnExclsnForPrcgProced.Navigation property _SlsPrcgCndnTypeInExclsnGroup for SlsPrcgCndnExclusionGroup to multiple SlsPrcgCndnTypeInExclsnGroup.text(SlsPrcgCndnExclsnGroupText... value) Navigation property _Text for SlsPrcgCndnExclusionGroup to multiple SlsPrcgCndnExclsnGroupText.toString()
-
Method Details
-
slsCndnExclsnForPrcgProced
@Nonnull public SlsPrcgCndnExclusionGroup.SlsPrcgCndnExclusionGroupBuilder slsCndnExclsnForPrcgProced(SlsCndnExclsnForPrcgProced... value) Navigation property _SlsCndnExclsnForPrcgProced for SlsPrcgCndnExclusionGroup to multiple SlsCndnExclsnForPrcgProced.- Parameters:
value- The SlsCndnExclsnForPrcgProceds to build this SlsPrcgCndnExclusionGroup with.- Returns:
- This Builder to allow for a fluent interface.
-
slsPrcgCndnTypeInExclsnGroup
@Nonnull public SlsPrcgCndnExclusionGroup.SlsPrcgCndnExclusionGroupBuilder slsPrcgCndnTypeInExclsnGroup(SlsPrcgCndnTypeInExclsnGroup... value) Navigation property _SlsPrcgCndnTypeInExclsnGroup for SlsPrcgCndnExclusionGroup to multiple SlsPrcgCndnTypeInExclsnGroup.- Parameters:
value- The SlsPrcgCndnTypeInExclsnGroups to build this SlsPrcgCndnExclusionGroup with.- Returns:
- This Builder to allow for a fluent interface.
-
text
@Nonnull public SlsPrcgCndnExclusionGroup.SlsPrcgCndnExclusionGroupBuilder text(SlsPrcgCndnExclsnGroupText... value) Navigation property _Text for SlsPrcgCndnExclusionGroup to multiple SlsPrcgCndnExclsnGroupText.- Parameters:
value- The SlsPrcgCndnExclsnGroupTexts to build this SlsPrcgCndnExclusionGroup with.- Returns:
- This Builder to allow for a fluent interface.
-
conditionUsage
@Nonnull public SlsPrcgCndnExclusionGroup.SlsPrcgCndnExclusionGroupBuilder conditionUsage(@Nullable String conditionUsage) (Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ConditionUsage
- Returns:
this.
-
conditionApplication
@Nonnull public SlsPrcgCndnExclusionGroup.SlsPrcgCndnExclusionGroupBuilder conditionApplication(@Nullable String conditionApplication) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ConditionApplication
- Returns:
this.
-
conditionExclusionGroup
@Nonnull public SlsPrcgCndnExclusionGroup.SlsPrcgCndnExclusionGroupBuilder conditionExclusionGroup(@Nullable String conditionExclusionGroup) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ConditionExclusionGroup
- Returns:
this.
-
build
-
toString
-