Class CustAddrDepdntInformation.CustAddrDepdntInformationBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.CustAddrDepdntInformation.CustAddrDepdntInformationBuilder
- Enclosing class:
- CustAddrDepdntInformation
-
Method Summary
Modifier and TypeMethodDescription(Key Field) Constraints: Not nullable, Maximum length: 10build()Constraints: Not nullable, Maximum length: 4Constraints: Not nullable, Maximum length: 3(Key Field) Constraints: Not nullable, Maximum length: 10expressTrainStationName(String expressTrainStationName) Constraints: Not nullable, Maximum length: 25toString()trainStationName(String trainStationName) Constraints: Not nullable, Maximum length: 25
-
Method Details
-
customer
@Nonnull public CustAddrDepdntInformation.CustAddrDepdntInformationBuilder customer(@Nullable String customer) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Customer
- Returns:
this.
-
addressID
@Nonnull public CustAddrDepdntInformation.CustAddrDepdntInformationBuilder addressID(@Nullable String addressID) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: AddressID
- Returns:
this.
-
expressTrainStationName
@Nonnull public CustAddrDepdntInformation.CustAddrDepdntInformationBuilder expressTrainStationName(@Nullable String expressTrainStationName) Constraints: Not nullable, Maximum length: 25Original property name from the Odata EDM: ExpressTrainStationName
- Returns:
this.
-
trainStationName
@Nonnull public CustAddrDepdntInformation.CustAddrDepdntInformationBuilder trainStationName(@Nullable String trainStationName) Constraints: Not nullable, Maximum length: 25Original property name from the Odata EDM: TrainStationName
- Returns:
this.
-
cityCode
@Nonnull public CustAddrDepdntInformation.CustAddrDepdntInformationBuilder cityCode(@Nullable String cityCode) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CityCode
- Returns:
this.
-
county
@Nonnull public CustAddrDepdntInformation.CustAddrDepdntInformationBuilder county(@Nullable String county) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: County
- Returns:
this.
-
build
-
toString
-