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
For more information about the meaning and use of the address number and the Business Address Services concepts, see the function group SZA0 documentation.
this
.@Nonnull public AddressHomePageURL.AddressHomePageURLBuilder person(@Nullable String person)
Original property name from the Odata EDM: Person
For more information about the meaning and use of the person number and Business Address Services concepts, see the function group SZA0 documentation.
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
You can maintain further information about the communication connection here. In the case of telephone numbers, for example, you can maintain the times at which the call recipient is available and those at which they are not, or you can specify whether the number is that of the secretary.The information is stored in table ADRT, regardless of language.
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 © 2020 SAP SE. All rights reserved.