public static final class CustomerGroupText.CustomerGroupTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
CustomerGroupText |
build() |
CustomerGroupText.CustomerGroupTextBuilder |
cnsldtnCustomerGroup(CustomerGroup value)
Navigation property to_CnsldtnCustomerGroup for CustomerGroupText to single
CustomerGroup.
|
CustomerGroupText.CustomerGroupTextBuilder |
customerGroup(String customerGroup)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
CustomerGroupText.CustomerGroupTextBuilder |
customerGroupText(String customerGroupText)
Constraints: Not nullable, Maximum length: 20
|
CustomerGroupText.CustomerGroupTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
toString() |
@Nonnull public CustomerGroupText.CustomerGroupTextBuilder cnsldtnCustomerGroup(CustomerGroup value)
value
- The CustomerGroup to build this CustomerGroupText with.@Nonnull public CustomerGroupText.CustomerGroupTextBuilder language(@Nullable String language)
Original property name from the Odata EDM: Language
this
.@Nonnull public CustomerGroupText.CustomerGroupTextBuilder customerGroup(@Nullable String customerGroup)
Original property name from the Odata EDM: CustomerGroup
this
.@Nonnull public CustomerGroupText.CustomerGroupTextBuilder customerGroupText(@Nullable String customerGroupText)
Original property name from the Odata EDM: CustomerGroupText
this
.@Nonnull public CustomerGroupText build()
Copyright © 2021 SAP SE. All rights reserved.