public static class CustomerGroup.CustomerGroupBuilder extends Object
Modifier and Type | Method and Description |
---|---|
CustomerGroup |
build() |
CustomerGroup.CustomerGroupBuilder |
customerGroup_ID(String customerGroup_ID)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
CustomerGroup.CustomerGroupBuilder |
customerGroupText(String customerGroupText)
Constraints: none
|
String |
toString() |
public CustomerGroup.CustomerGroupBuilder customerGroup_ID(@Nullable String customerGroup_ID)
Original property name from the Odata EDM: CustomerGroup_ID
this
.public CustomerGroup.CustomerGroupBuilder customerGroupText(@Nullable String customerGroupText)
Original property name from the Odata EDM: CustomerGroupText
this
.public CustomerGroup build()
Copyright © 2020 SAP SE. All rights reserved.