public static final class CustomerGroup.CustomerGroupBuilder extends Object
Modifier and Type | Method and Description |
---|---|
CustomerGroup.CustomerGroupBuilder |
additionalMasterDataSource(String additionalMasterDataSource)
Constraints: Not nullable, Maximum length: 10
|
CustomerGroup |
build() |
CustomerGroup.CustomerGroupBuilder |
cnsldtnCustomerGroupHier(CustomerGroupHier... value)
Navigation property to_CnsldtnCustomerGroupHier for CustomerGroup to multiple
CustomerGroupHier.
|
CustomerGroup.CustomerGroupBuilder |
cnsldtnCustomerGroupT(CustomerGroupText... value)
Navigation property to_CnsldtnCustomerGroupT for CustomerGroup to multiple
CustomerGroupText.
|
CustomerGroup.CustomerGroupBuilder |
customerGroup_Text(String customerGroup_Text)
Constraints: Not nullable, Maximum length: 20
|
CustomerGroup.CustomerGroupBuilder |
customerGroup(String customerGroup)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
toString() |
@Nonnull public CustomerGroup.CustomerGroupBuilder cnsldtnCustomerGroupHier(CustomerGroupHier... value)
value
- The CustomerGroupHiers to build this CustomerGroup with.@Nonnull public CustomerGroup.CustomerGroupBuilder cnsldtnCustomerGroupT(CustomerGroupText... value)
value
- The CustomerGroupTexts to build this CustomerGroup with.@Nonnull public CustomerGroup.CustomerGroupBuilder customerGroup(@Nullable String customerGroup)
Original property name from the Odata EDM: CustomerGroup
this
.@Nonnull public CustomerGroup.CustomerGroupBuilder customerGroup_Text(@Nullable String customerGroup_Text)
Original property name from the Odata EDM: CustomerGroup_Text
this
.@Nonnull public CustomerGroup.CustomerGroupBuilder additionalMasterDataSource(@Nullable String additionalMasterDataSource)
Original property name from the Odata EDM: AdditionalMasterDataSource
this
.@Nonnull public CustomerGroup build()
Copyright © 2021 SAP SE. All rights reserved.