public static final class CustomerSupplierCountryText.CustomerSupplierCountryTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
CustomerSupplierCountryText |
build() |
CustomerSupplierCountryText.CustomerSupplierCountryTextBuilder |
cnsldtnCountry(CustomerSupplierCountry value)
Navigation property to_CnsldtnCountry for CustomerSupplierCountryText to single
CustomerSupplierCountry.
|
CustomerSupplierCountryText.CustomerSupplierCountryTextBuilder |
country(String country)
(Key Field) Constraints: Not nullable, Maximum length: 3
|
CustomerSupplierCountryText.CustomerSupplierCountryTextBuilder |
customerSupplierCountryText(String customerSupplierCountryText)
Constraints: Not nullable, Maximum length: 50
|
CustomerSupplierCountryText.CustomerSupplierCountryTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
toString() |
@Nonnull public CustomerSupplierCountryText.CustomerSupplierCountryTextBuilder cnsldtnCountry(CustomerSupplierCountry value)
value
- The CustomerSupplierCountry to build this CustomerSupplierCountryText with.@Nonnull public CustomerSupplierCountryText.CustomerSupplierCountryTextBuilder language(@Nullable String language)
Original property name from the Odata EDM: Language
this
.@Nonnull public CustomerSupplierCountryText.CustomerSupplierCountryTextBuilder country(@Nullable String country)
Original property name from the Odata EDM: Country
this
.@Nonnull public CustomerSupplierCountryText.CustomerSupplierCountryTextBuilder customerSupplierCountryText(@Nullable String customerSupplierCountryText)
Original property name from the Odata EDM: CustomerSupplierCountryText
this
.@Nonnull public CustomerSupplierCountryText build()
Copyright © 2021 SAP SE. All rights reserved.