Class BusinessPlaceCntryInfo.BusinessPlaceCntryInfoBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businessplace.BusinessPlaceCntryInfo.BusinessPlaceCntryInfoBuilder
- Enclosing class:
- BusinessPlaceCntryInfo
-
Method Summary
Modifier and TypeMethodDescriptionbuild()businessPlaceID(String businessPlaceID) Constraints: Not nullable, Maximum length: 4companyCode(String companyCode) Constraints: Not nullable, Maximum length: 4(Key Field) Constraints: Not nullable, Maximum length: 3(Key Field) Constraints: Not nullable, Maximum length: 60fieldValue(String fieldValue) Constraints: Not nullable, Maximum length: 255toString()
-
Method Details
-
companyCode
@Nonnull public BusinessPlaceCntryInfo.BusinessPlaceCntryInfoBuilder companyCode(@Nullable String companyCode) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CompanyCode
- Returns:
this.
-
businessPlaceID
@Nonnull public BusinessPlaceCntryInfo.BusinessPlaceCntryInfoBuilder businessPlaceID(@Nullable String businessPlaceID) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: BusinessPlaceID
- Returns:
this.
-
country
@Nonnull public BusinessPlaceCntryInfo.BusinessPlaceCntryInfoBuilder country(@Nullable String country) (Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: Country
- Returns:
this.
-
fieldName
@Nonnull public BusinessPlaceCntryInfo.BusinessPlaceCntryInfoBuilder fieldName(@Nullable String fieldName) (Key Field) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: FieldName
- Returns:
this.
-
fieldValue
@Nonnull public BusinessPlaceCntryInfo.BusinessPlaceCntryInfoBuilder fieldValue(@Nullable String fieldValue) Constraints: Not nullable, Maximum length: 255Original property name from the Odata EDM: FieldValue
- Returns:
this.
-
build
-
toString
-