public static final class CustomerGroupText.CustomerGroupTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
CustomerGroupText |
build() |
CustomerGroupText.CustomerGroupTextBuilder |
customerGroup(CustomerGroup value)
Navigation property to_CustomerGroup for CustomerGroupText to single CustomerGroup.
|
CustomerGroupText.CustomerGroupTextBuilder |
customerGroup(String value)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
CustomerGroupText.CustomerGroupTextBuilder |
customerGroupName(String customerGroupName)
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 customerGroup(CustomerGroup value)
value
- The CustomerGroup to build this CustomerGroupText with.@Nonnull public CustomerGroupText.CustomerGroupTextBuilder customerGroup(String value)
Original property name from the Odata EDM: CustomerGroup
value
- The customerGroup to build this CustomerGroupText with.@Nonnull public CustomerGroupText.CustomerGroupTextBuilder language(@Nullable String language)
Original property name from the Odata EDM: Language
- the language in which texts are displayed,- the language in which you enter texts,- the language in which the system prints texts.
this
.@Nonnull public CustomerGroupText.CustomerGroupTextBuilder customerGroupName(@Nullable String customerGroupName)
Original property name from the Odata EDM: CustomerGroupName
this
.@Nonnull public CustomerGroupText build()
Copyright © 2021 SAP SE. All rights reserved.