public static class AddressHomePageURL.AddressHomePageURLBuilder extends Object
Modifier and Type | Method and Description |
---|---|
AddressHomePageURL.AddressHomePageURLBuilder |
addressCommunicationRemarkText(String addressCommunicationRemarkText)
Constraints: Not nullable, Maximum length: 50
|
AddressHomePageURL.AddressHomePageURLBuilder |
addressID(String addressID)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
AddressHomePageURL |
build() |
AddressHomePageURL.AddressHomePageURLBuilder |
isDefaultURLAddress(Boolean isDefaultURLAddress)
(Key Field) Constraints: Not nullable
|
AddressHomePageURL.AddressHomePageURLBuilder |
ordinalNumber(String ordinalNumber)
(Key Field) Constraints: Not nullable, Maximum length: 3
|
AddressHomePageURL.AddressHomePageURLBuilder |
person(String person)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
AddressHomePageURL.AddressHomePageURLBuilder |
searchURLAddress(String searchURLAddress)
Constraints: Not nullable, Maximum length: 50
|
String |
toString() |
AddressHomePageURL.AddressHomePageURLBuilder |
uRLFieldLength(Short uRLFieldLength)
Constraints: none
|
AddressHomePageURL.AddressHomePageURLBuilder |
validityStartDate(LocalDateTime validityStartDate)
(Key Field) Constraints: Not nullable, Precision: 0
|
AddressHomePageURL.AddressHomePageURLBuilder |
websiteURL(String websiteURL)
Constraints: Not nullable, Maximum length: 2048
|
@Nonnull public AddressHomePageURL.AddressHomePageURLBuilder addressID(@Nullable String addressID)
Original property name from the Odata EDM: AddressID
this
.@Nonnull public AddressHomePageURL.AddressHomePageURLBuilder person(@Nullable String person)
Original property name from the Odata EDM: Person
this
.@Nonnull public AddressHomePageURL.AddressHomePageURLBuilder ordinalNumber(@Nullable String ordinalNumber)
Original property name from the Odata EDM: OrdinalNumber
this
.@Nonnull public AddressHomePageURL.AddressHomePageURLBuilder validityStartDate(@Nullable LocalDateTime validityStartDate)
Original property name from the Odata EDM: ValidityStartDate
this
.@Nonnull public AddressHomePageURL.AddressHomePageURLBuilder isDefaultURLAddress(@Nullable Boolean isDefaultURLAddress)
Original property name from the Odata EDM: IsDefaultURLAddress
this
.@Nonnull public AddressHomePageURL.AddressHomePageURLBuilder searchURLAddress(@Nullable String searchURLAddress)
Original property name from the Odata EDM: SearchURLAddress
this
.@Nonnull public AddressHomePageURL.AddressHomePageURLBuilder addressCommunicationRemarkText(@Nullable String addressCommunicationRemarkText)
Original property name from the Odata EDM: AddressCommunicationRemarkText
this
.@Nonnull public AddressHomePageURL.AddressHomePageURLBuilder uRLFieldLength(@Nullable Short uRLFieldLength)
Original property name from the Odata EDM: URLFieldLength
this
.@Nonnull public AddressHomePageURL.AddressHomePageURLBuilder websiteURL(@Nullable String websiteURL)
Original property name from the Odata EDM: WebsiteURL
this
.@Nonnull public AddressHomePageURL build()
Copyright © 2021 SAP SE. All rights reserved.