public static class AddressEmailAddress.AddressEmailAddressBuilder extends Object
Modifier and Type | Method and Description |
---|---|
AddressEmailAddress.AddressEmailAddressBuilder |
addressID(String addressID)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
AddressEmailAddress |
build() |
AddressEmailAddress.AddressEmailAddressBuilder |
emailAddress(String emailAddress)
Constraints: Not nullable, Maximum length: 241
|
AddressEmailAddress.AddressEmailAddressBuilder |
isDefaultEmailAddress(Boolean isDefaultEmailAddress)
Constraints: none
|
AddressEmailAddress.AddressEmailAddressBuilder |
ordinalNumber(String ordinalNumber)
(Key Field) Constraints: Not nullable, Maximum length: 3
|
AddressEmailAddress.AddressEmailAddressBuilder |
person(String person)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
AddressEmailAddress.AddressEmailAddressBuilder |
searchEmailAddress(String searchEmailAddress)
Constraints: Not nullable, Maximum length: 20
|
String |
toString() |
public AddressEmailAddress.AddressEmailAddressBuilder 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.
public AddressEmailAddress.AddressEmailAddressBuilder 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.
public AddressEmailAddress.AddressEmailAddressBuilder ordinalNumber(@Nullable String ordinalNumber)
Original property name from the Odata EDM: OrdinalNumber
public AddressEmailAddress.AddressEmailAddressBuilder isDefaultEmailAddress(@Nullable Boolean isDefaultEmailAddress)
Original property name from the Odata EDM: IsDefaultEmailAddress
public AddressEmailAddress.AddressEmailAddressBuilder emailAddress(@Nullable String emailAddress)
Original property name from the Odata EDM: EmailAddress
Example: user.name@company.comThe Internet mail address is used to send mail via the Internet world-wide; the protocol used is SMTP (Simple Mail Transfer Protocol).The Internet mail address format is specified in various RFCs (Internet Request for Comment), including RFCs 821 and 822.This is not an IP address (192.56.30.6).
public AddressEmailAddress.AddressEmailAddressBuilder searchEmailAddress(@Nullable String searchEmailAddress)
Original property name from the Odata EDM: SearchEmailAddress
It contains the first 20 characters of the Internet mail address in normalized form, that is, without comment characters and converted into uppercase.The field cannot be maintained by the user or from an interface.The table ADR6 contains an index for this field.Using an Internet mail address, the corresponding key of table ADR6 and the owner of the address are determined (for example, business partner or user).
ADR6.public AddressEmailAddress build()
Copyright © 2020 SAP SE. All rights reserved.