Class CnsldtnCustomerGroupText.CnsldtnCustomerGroupTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationcustomergroup.CnsldtnCustomerGroupText.CnsldtnCustomerGroupTextBuilder
- Enclosing class:
- CnsldtnCustomerGroupText
Helper class to allow for fluent creation of CnsldtnCustomerGroupText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()cnsldtnIsAdditionalMasterData(Boolean cnsldtnIsAdditionalMasterData) Constraints: Not nullableNavigation property _CustomerGroup for CnsldtnCustomerGroupText to single CnsldtnCustomerGroup.customerGroup(String value) (Key Field) Constraints: Not nullable, Maximum length: 2customerGroupName(String customerGroupName) Constraints: Not nullable, Maximum length: 20(Key Field) Constraints: Not nullable, Maximum length: 2toString()
-
Method Details
-
customerGroup
@Nonnull public CnsldtnCustomerGroupText.CnsldtnCustomerGroupTextBuilder customerGroup(CnsldtnCustomerGroup value) Navigation property _CustomerGroup for CnsldtnCustomerGroupText to single CnsldtnCustomerGroup.- Parameters:
value- The CnsldtnCustomerGroup to build this CnsldtnCustomerGroupText with.- Returns:
- This Builder to allow for a fluent interface.
-
customerGroup
@Nonnull public CnsldtnCustomerGroupText.CnsldtnCustomerGroupTextBuilder customerGroup(String value) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: CustomerGroup
- Parameters:
value- The customerGroup to build this CnsldtnCustomerGroupText with.- Returns:
- This Builder to allow for a fluent interface.
-
language
@Nonnull public CnsldtnCustomerGroupText.CnsldtnCustomerGroupTextBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
customerGroupName
@Nonnull public CnsldtnCustomerGroupText.CnsldtnCustomerGroupTextBuilder customerGroupName(@Nullable String customerGroupName) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: CustomerGroupName
- Returns:
this.
-
cnsldtnIsAdditionalMasterData
@Nonnull public CnsldtnCustomerGroupText.CnsldtnCustomerGroupTextBuilder cnsldtnIsAdditionalMasterData(@Nullable Boolean cnsldtnIsAdditionalMasterData) Constraints: Not nullableOriginal property name from the Odata EDM: CnsldtnIsAdditionalMasterData
- Returns:
this.
-
build
-
toString
-