Class CustomerGroupText.CustomerGroupTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.CustomerGroupText.CustomerGroupTextBuilder
- Enclosing class:
- CustomerGroupText
Helper class to allow for fluent creation of CustomerGroupText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Navigation property to_CnsldtnCustomerGroup for CustomerGroupText to single CustomerGroup.customerGroup(String customerGroup) (Key Field) Constraints: Not nullable, Maximum length: 2customerGroupText(String customerGroupText) Constraints: Not nullable, Maximum length: 20(Key Field) Constraints: Not nullable, Maximum length: 2toString()
-
Method Details
-
cnsldtnCustomerGroup
@Nonnull public CustomerGroupText.CustomerGroupTextBuilder cnsldtnCustomerGroup(CustomerGroup value) Navigation property to_CnsldtnCustomerGroup for CustomerGroupText to single CustomerGroup.- Parameters:
value- The CustomerGroup to build this CustomerGroupText with.- Returns:
- This Builder to allow for a fluent interface.
-
language
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
customerGroup
@Nonnull public CustomerGroupText.CustomerGroupTextBuilder customerGroup(@Nullable String customerGroup) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: CustomerGroup
- Returns:
this.
-
customerGroupText
@Nonnull public CustomerGroupText.CustomerGroupTextBuilder customerGroupText(@Nullable String customerGroupText) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: CustomerGroupText
- Returns:
this.
-
build
-
toString
-