Class AddressPhoneNumber.AddressPhoneNumberBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.AddressPhoneNumber.AddressPhoneNumberBuilder
- Enclosing class:
- AddressPhoneNumber
-
Method Summary
Modifier and TypeMethodDescriptionaddressCommunicationRemarkText(String addressCommunicationRemarkText) Constraints: Not nullable, Maximum length: 50(Key Field) Constraints: Not nullable, Maximum length: 10build()destinationLocationCountry(String destinationLocationCountry) Constraints: Not nullable, Maximum length: 3internationalPhoneNumber(String internationalPhoneNumber) Constraints: Not nullable, Maximum length: 30isDefaultPhoneNumber(Boolean isDefaultPhoneNumber) Constraints: noneordinalNumber(String ordinalNumber) (Key Field) Constraints: Not nullable, Maximum length: 3(Key Field) Constraints: Not nullable, Maximum length: 10phoneNumber(String phoneNumber) Constraints: Not nullable, Maximum length: 30phoneNumberExtension(String phoneNumberExtension) Constraints: Not nullable, Maximum length: 10phoneNumberType(String phoneNumberType) Constraints: Not nullable, Maximum length: 1toString()
-
Method Details
-
addressID
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: AddressID
- Returns:
this.
-
person
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Person
- Returns:
this.
-
ordinalNumber
@Nonnull public AddressPhoneNumber.AddressPhoneNumberBuilder ordinalNumber(@Nullable String ordinalNumber) (Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: OrdinalNumber
- Returns:
this.
-
destinationLocationCountry
@Nonnull public AddressPhoneNumber.AddressPhoneNumberBuilder destinationLocationCountry(@Nullable String destinationLocationCountry) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: DestinationLocationCountry
- Returns:
this.
-
isDefaultPhoneNumber
@Nonnull public AddressPhoneNumber.AddressPhoneNumberBuilder isDefaultPhoneNumber(@Nullable Boolean isDefaultPhoneNumber) Constraints: noneOriginal property name from the Odata EDM: IsDefaultPhoneNumber
- Returns:
this.
-
phoneNumber
@Nonnull public AddressPhoneNumber.AddressPhoneNumberBuilder phoneNumber(@Nullable String phoneNumber) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: PhoneNumber
- Returns:
this.
-
phoneNumberExtension
@Nonnull public AddressPhoneNumber.AddressPhoneNumberBuilder phoneNumberExtension(@Nullable String phoneNumberExtension) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: PhoneNumberExtension
- Returns:
this.
-
internationalPhoneNumber
@Nonnull public AddressPhoneNumber.AddressPhoneNumberBuilder internationalPhoneNumber(@Nullable String internationalPhoneNumber) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: InternationalPhoneNumber
- Returns:
this.
-
phoneNumberType
@Nonnull public AddressPhoneNumber.AddressPhoneNumberBuilder phoneNumberType(@Nullable String phoneNumberType) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: PhoneNumberType
- Returns:
this.
-
addressCommunicationRemarkText
@Nonnull public AddressPhoneNumber.AddressPhoneNumberBuilder addressCommunicationRemarkText(@Nullable String addressCommunicationRemarkText) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: AddressCommunicationRemarkText
- Returns:
this.
-
build
-
toString
-