public static class BusinessPlaceCntryInfo.BusinessPlaceCntryInfoBuilder extends Object
Modifier and Type | Method and Description |
---|---|
BusinessPlaceCntryInfo |
build() |
BusinessPlaceCntryInfo.BusinessPlaceCntryInfoBuilder |
businessPlaceID(String businessPlaceID)
Constraints: Not nullable, Maximum length: 4
|
BusinessPlaceCntryInfo.BusinessPlaceCntryInfoBuilder |
companyCode(String companyCode)
Constraints: Not nullable, Maximum length: 4
|
BusinessPlaceCntryInfo.BusinessPlaceCntryInfoBuilder |
country(String country)
(Key Field) Constraints: Not nullable, Maximum length: 3
|
BusinessPlaceCntryInfo.BusinessPlaceCntryInfoBuilder |
fieldName(String fieldName)
(Key Field) Constraints: Not nullable, Maximum length: 60
|
BusinessPlaceCntryInfo.BusinessPlaceCntryInfoBuilder |
fieldValue(String fieldValue)
Constraints: Not nullable, Maximum length: 255
|
String |
toString() |
@Nonnull public BusinessPlaceCntryInfo.BusinessPlaceCntryInfoBuilder companyCode(@Nullable String companyCode)
Original property name from the Odata EDM: CompanyCode
this
.@Nonnull public BusinessPlaceCntryInfo.BusinessPlaceCntryInfoBuilder businessPlaceID(@Nullable String businessPlaceID)
Original property name from the Odata EDM: BusinessPlaceID
this
.@Nonnull public BusinessPlaceCntryInfo.BusinessPlaceCntryInfoBuilder country(@Nullable String country)
Original property name from the Odata EDM: Country
The two-character ISO code in accordance with ISO 3166, which is delivered by SAP as a default, is usually used.It could also be the vehicle license plate country/region code or a typical country/region key, for example, in Germany the Federal statistics office key.The country/region keys are determined at system installation in the global settings.The definition of the country/region keys in the SAP system does not necessarily have to match political or state units.Since the country/region key does not have to correspond to the ISO code in all installations, programs that differ according to certain values of the country/region key cannot query the country/region key T005-LAND1, but have to program based on the ISO code T005 INTCA.
the postal code or bank account number.this
.@Nonnull public BusinessPlaceCntryInfo.BusinessPlaceCntryInfoBuilder fieldName(@Nullable String fieldName)
Original property name from the Odata EDM: FieldName
this
.@Nonnull public BusinessPlaceCntryInfo.BusinessPlaceCntryInfoBuilder fieldValue(@Nullable String fieldValue)
Original property name from the Odata EDM: FieldValue
this
.@Nonnull public BusinessPlaceCntryInfo build()
Copyright © 2021 SAP SE. All rights reserved.