Class CnsldtnCustomerGroup.CnsldtnCustomerGroupBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationcustomergroup.CnsldtnCustomerGroup.CnsldtnCustomerGroupBuilder
- Enclosing class:
- CnsldtnCustomerGroup
Helper class to allow for fluent creation of CnsldtnCustomerGroup instances.
-
Method Summary
Modifier and TypeMethodDescription_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablebuild()cnsldtnIsAdditionalMasterData(Boolean cnsldtnIsAdditionalMasterData) Constraints: Not nullablecustomerGroup(String customerGroup) (Key Field) Constraints: Not nullable, Maximum length: 2text(CnsldtnCustomerGroupText... value) Navigation property _Text for CnsldtnCustomerGroup to multiple CnsldtnCustomerGroupText.toString()
-
Method Details
-
text
@Nonnull public CnsldtnCustomerGroup.CnsldtnCustomerGroupBuilder text(CnsldtnCustomerGroupText... value) Navigation property _Text for CnsldtnCustomerGroup to multiple CnsldtnCustomerGroupText.- Parameters:
value- The CnsldtnCustomerGroupTexts to build this CnsldtnCustomerGroup with.- Returns:
- This Builder to allow for a fluent interface.
-
customerGroup
@Nonnull public CnsldtnCustomerGroup.CnsldtnCustomerGroupBuilder customerGroup(@Nullable String customerGroup) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: CustomerGroup
- Returns:
this.
-
cnsldtnIsAdditionalMasterData
@Nonnull public CnsldtnCustomerGroup.CnsldtnCustomerGroupBuilder cnsldtnIsAdditionalMasterData(@Nullable Boolean cnsldtnIsAdditionalMasterData) Constraints: Not nullableOriginal property name from the Odata EDM: CnsldtnIsAdditionalMasterData
- Returns:
this.
-
_Messages
@Nonnull public CnsldtnCustomerGroup.CnsldtnCustomerGroupBuilder _Messages(@Nullable Collection<SAP__Message> _Messages) Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Returns:
this.
-
build
-
toString
-