Class SlsPrcgCndnTypeInExclsnGroup.SlsPrcgCndnTypeInExclsnGroupBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.conditionexclusionforpricinginsales.SlsPrcgCndnTypeInExclsnGroup.SlsPrcgCndnTypeInExclsnGroupBuilder
- Enclosing class:
- SlsPrcgCndnTypeInExclsnGroup
public static final class SlsPrcgCndnTypeInExclsnGroup.SlsPrcgCndnTypeInExclsnGroupBuilder
extends Object
Helper class to allow for fluent creation of SlsPrcgCndnTypeInExclsnGroup 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: 4conditionType(String conditionType) (Key Field) Constraints: Not nullable, Maximum length: 4conditionUsage(String conditionUsage) (Key Field) Constraints: Not nullable, Maximum length: 1Navigation property _SlsPrcgCndnExclusionGroup for SlsPrcgCndnTypeInExclsnGroup to single SlsPrcgCndnExclusionGroup.toString()
-
Method Details
-
slsPrcgCndnExclusionGroup
@Nonnull public SlsPrcgCndnTypeInExclsnGroup.SlsPrcgCndnTypeInExclsnGroupBuilder slsPrcgCndnExclusionGroup(SlsPrcgCndnExclusionGroup value) Navigation property _SlsPrcgCndnExclusionGroup for SlsPrcgCndnTypeInExclsnGroup to single SlsPrcgCndnExclusionGroup.- Parameters:
value- The SlsPrcgCndnExclusionGroup to build this SlsPrcgCndnTypeInExclsnGroup with.- Returns:
- This Builder to allow for a fluent interface.
-
conditionUsage
@Nonnull public SlsPrcgCndnTypeInExclsnGroup.SlsPrcgCndnTypeInExclsnGroupBuilder conditionUsage(@Nullable String conditionUsage) (Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ConditionUsage
- Returns:
this.
-
conditionApplication
@Nonnull public SlsPrcgCndnTypeInExclsnGroup.SlsPrcgCndnTypeInExclsnGroupBuilder conditionApplication(@Nullable String conditionApplication) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ConditionApplication
- Returns:
this.
-
conditionExclusionGroup
@Nonnull public SlsPrcgCndnTypeInExclsnGroup.SlsPrcgCndnTypeInExclsnGroupBuilder conditionExclusionGroup(@Nullable String conditionExclusionGroup) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ConditionExclusionGroup
- Returns:
this.
-
conditionType
@Nonnull public SlsPrcgCndnTypeInExclsnGroup.SlsPrcgCndnTypeInExclsnGroupBuilder conditionType(@Nullable String conditionType) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ConditionType
- Returns:
this.
-
build
-
toString
-