Class CustomerGroup.CustomerGroupBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.CustomerGroup.CustomerGroupBuilder
- Enclosing class:
- CustomerGroup
-
Method Summary
Modifier and TypeMethodDescriptionbuild()customerGroup_ID(String customerGroup_ID) (Key Field) Constraints: Not nullable, Maximum length: 2customerGroupText(String customerGroupText) Constraints: nonetoString()
-
Method Details
-
customerGroup_ID
@Nonnull public CustomerGroup.CustomerGroupBuilder customerGroup_ID(@Nullable String customerGroup_ID) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: CustomerGroup_ID
- Returns:
this.
-
customerGroupText
@Nonnull public CustomerGroup.CustomerGroupBuilder customerGroupText(@Nullable String customerGroupText) Constraints: noneOriginal property name from the Odata EDM: CustomerGroupText
- Returns:
this.
-
build
-
toString
-