Class AddressHomePageURL.AddressHomePageURLBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.AddressHomePageURL.AddressHomePageURLBuilder
- Enclosing class:
- AddressHomePageURL
-
Method Summary
Modifier and TypeMethodDescriptionaddressCommunicationRemarkText(String addressCommunicationRemarkText) Constraints: Not nullable, Maximum length: 50(Key Field) Constraints: Not nullable, Maximum length: 10build()isDefaultURLAddress(Boolean isDefaultURLAddress) (Key Field) Constraints: Not nullableordinalNumber(String ordinalNumber) (Key Field) Constraints: Not nullable, Maximum length: 3(Key Field) Constraints: Not nullable, Maximum length: 10searchURLAddress(String searchURLAddress) Constraints: Not nullable, Maximum length: 50toString()uRLFieldLength(Short uRLFieldLength) Constraints: nonevalidityStartDate(LocalDateTime validityStartDate) (Key Field) Constraints: Not nullable, Precision: 0websiteURL(String websiteURL) Constraints: Not nullable, Maximum length: 2048
-
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 AddressHomePageURL.AddressHomePageURLBuilder ordinalNumber(@Nullable String ordinalNumber) (Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: OrdinalNumber
- Returns:
this.
-
validityStartDate
@Nonnull public AddressHomePageURL.AddressHomePageURLBuilder validityStartDate(@Nullable LocalDateTime validityStartDate) (Key Field) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityStartDate
- Returns:
this.
-
isDefaultURLAddress
@Nonnull public AddressHomePageURL.AddressHomePageURLBuilder isDefaultURLAddress(@Nullable Boolean isDefaultURLAddress) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: IsDefaultURLAddress
- Returns:
this.
-
searchURLAddress
@Nonnull public AddressHomePageURL.AddressHomePageURLBuilder searchURLAddress(@Nullable String searchURLAddress) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: SearchURLAddress
- Returns:
this.
-
addressCommunicationRemarkText
@Nonnull public AddressHomePageURL.AddressHomePageURLBuilder addressCommunicationRemarkText(@Nullable String addressCommunicationRemarkText) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: AddressCommunicationRemarkText
- Returns:
this.
-
uRLFieldLength
@Nonnull public AddressHomePageURL.AddressHomePageURLBuilder uRLFieldLength(@Nullable Short uRLFieldLength) Constraints: noneOriginal property name from the Odata EDM: URLFieldLength
- Returns:
this.
-
websiteURL
@Nonnull public AddressHomePageURL.AddressHomePageURLBuilder websiteURL(@Nullable String websiteURL) Constraints: Not nullable, Maximum length: 2048Original property name from the Odata EDM: WebsiteURL
- Returns:
this.
-
build
-
toString
-