Class CustomerGroup.CustomerGroupBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.CustomerGroup.CustomerGroupBuilder
- Enclosing class:
- CustomerGroup
Helper class to allow for fluent creation of CustomerGroup instances.
-
Method Summary
Modifier and TypeMethodDescriptionadditionalMasterDataSource(String additionalMasterDataSource) Constraints: Not nullable, Maximum length: 10build()cnsldtnCustomerGroupHier(CustomerGroupHier... value) Navigation property to_CnsldtnCustomerGroupHier for CustomerGroup to multiple CustomerGroupHier.cnsldtnCustomerGroupT(CustomerGroupText... value) Navigation property to_CnsldtnCustomerGroupT for CustomerGroup to multiple CustomerGroupText.customerGroup(String customerGroup) (Key Field) Constraints: Not nullable, Maximum length: 2customerGroup_Text(String customerGroup_Text) Constraints: Not nullable, Maximum length: 20toString()
-
Method Details
-
cnsldtnCustomerGroupHier
@Nonnull public CustomerGroup.CustomerGroupBuilder cnsldtnCustomerGroupHier(CustomerGroupHier... value) Navigation property to_CnsldtnCustomerGroupHier for CustomerGroup to multiple CustomerGroupHier.- Parameters:
value- The CustomerGroupHiers to build this CustomerGroup with.- Returns:
- This Builder to allow for a fluent interface.
-
cnsldtnCustomerGroupT
@Nonnull public CustomerGroup.CustomerGroupBuilder cnsldtnCustomerGroupT(CustomerGroupText... value) Navigation property to_CnsldtnCustomerGroupT for CustomerGroup to multiple CustomerGroupText.- Parameters:
value- The CustomerGroupTexts to build this CustomerGroup with.- Returns:
- This Builder to allow for a fluent interface.
-
customerGroup
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: CustomerGroup
- Returns:
this.
-
customerGroup_Text
@Nonnull public CustomerGroup.CustomerGroupBuilder customerGroup_Text(@Nullable String customerGroup_Text) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: CustomerGroup_Text
- Returns:
this.
-
additionalMasterDataSource
@Nonnull public CustomerGroup.CustomerGroupBuilder additionalMasterDataSource(@Nullable String additionalMasterDataSource) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: AdditionalMasterDataSource
- Returns:
this.
-
build
-
toString
-