Class UsageDecisionSelectedCodeGroupText.UsageDecisionSelectedCodeGroupTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.codesforusagedecision.UsageDecisionSelectedCodeGroupText.UsageDecisionSelectedCodeGroupTextBuilder
- Enclosing class:
- UsageDecisionSelectedCodeGroupText
public static class UsageDecisionSelectedCodeGroupText.UsageDecisionSelectedCodeGroupTextBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()(Key Field) Constraints: Not nullable, Maximum length: 2selectedCodeSet(String selectedCodeSet) (Key Field) Constraints: Not nullable, Maximum length: 8selectedCodeSetPlant(String selectedCodeSetPlant) (Key Field) Constraints: Not nullable, Maximum length: 4toString()usageDecisionCodeGroup(String usageDecisionCodeGroup) (Key Field) Constraints: Not nullable, Maximum length: 8usageDecisionCodeGroupText(String usageDecisionCodeGroupText) Constraints: Not nullable, Maximum length: 40
-
Method Details
-
selectedCodeSetPlant
@Nonnull public UsageDecisionSelectedCodeGroupText.UsageDecisionSelectedCodeGroupTextBuilder selectedCodeSetPlant(@Nullable String selectedCodeSetPlant) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: SelectedCodeSetPlant
- Returns:
this.
-
selectedCodeSet
@Nonnull public UsageDecisionSelectedCodeGroupText.UsageDecisionSelectedCodeGroupTextBuilder selectedCodeSet(@Nullable String selectedCodeSet) (Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: SelectedCodeSet
- Returns:
this.
-
usageDecisionCodeGroup
@Nonnull public UsageDecisionSelectedCodeGroupText.UsageDecisionSelectedCodeGroupTextBuilder usageDecisionCodeGroup(@Nullable String usageDecisionCodeGroup) (Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: UsageDecisionCodeGroup
- Returns:
this.
-
language
@Nonnull public UsageDecisionSelectedCodeGroupText.UsageDecisionSelectedCodeGroupTextBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
usageDecisionCodeGroupText
@Nonnull public UsageDecisionSelectedCodeGroupText.UsageDecisionSelectedCodeGroupTextBuilder usageDecisionCodeGroupText(@Nullable String usageDecisionCodeGroupText) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: UsageDecisionCodeGroupText
- Returns:
this.
-
build
-
toString
-