Class BPAddrDepdntIntlLocNumber.BPAddrDepdntIntlLocNumberBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.BPAddrDepdntIntlLocNumber.BPAddrDepdntIntlLocNumberBuilder
- Enclosing class:
- BPAddrDepdntIntlLocNumber
-
Method Summary
Modifier and TypeMethodDescription(Key Field) Constraints: Not nullable, Maximum length: 10build()businessPartner(String businessPartner) (Key Field) Constraints: Not nullable, Maximum length: 10internationalLocationNumber1(String internationalLocationNumber1) Constraints: Not nullable, Maximum length: 7internationalLocationNumber2(String internationalLocationNumber2) Constraints: Not nullable, Maximum length: 5internationalLocationNumber3(String internationalLocationNumber3) Constraints: Not nullable, Maximum length: 1toString()
-
Method Details
-
businessPartner
@Nonnull public BPAddrDepdntIntlLocNumber.BPAddrDepdntIntlLocNumberBuilder businessPartner(@Nullable String businessPartner) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessPartner
- Returns:
this.
-
addressID
@Nonnull public BPAddrDepdntIntlLocNumber.BPAddrDepdntIntlLocNumberBuilder addressID(@Nullable String addressID) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: AddressID
- Returns:
this.
-
internationalLocationNumber1
@Nonnull public BPAddrDepdntIntlLocNumber.BPAddrDepdntIntlLocNumberBuilder internationalLocationNumber1(@Nullable String internationalLocationNumber1) Constraints: Not nullable, Maximum length: 7Original property name from the Odata EDM: InternationalLocationNumber1
- Returns:
this.
-
internationalLocationNumber2
@Nonnull public BPAddrDepdntIntlLocNumber.BPAddrDepdntIntlLocNumberBuilder internationalLocationNumber2(@Nullable String internationalLocationNumber2) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: InternationalLocationNumber2
- Returns:
this.
-
internationalLocationNumber3
@Nonnull public BPAddrDepdntIntlLocNumber.BPAddrDepdntIntlLocNumberBuilder internationalLocationNumber3(@Nullable String internationalLocationNumber3) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: InternationalLocationNumber3
- Returns:
this.
-
build
-
toString
-