public class AddressEmailAddress extends VdmEntity<AddressEmailAddress>
Modifier and Type | Class and Description |
---|---|
static class |
AddressEmailAddress.AddressEmailAddressBuilder |
Modifier and Type | Field and Description |
---|---|
static AddressEmailAddressField<String> |
ADDRESS_ID
Use with available fluent helpers to apply the AddressID field to query operations.
|
static AddressEmailAddressSelectable |
ALL_FIELDS
Selector for all available fields of AddressEmailAddress.
|
static AddressEmailAddressField<String> |
EMAIL_ADDRESS
Use with available fluent helpers to apply the EmailAddress field to query operations.
|
static AddressEmailAddressField<Boolean> |
IS_DEFAULT_EMAIL_ADDRESS
Use with available fluent helpers to apply the IsDefaultEmailAddress field to query operations.
|
static AddressEmailAddressField<String> |
ORDINAL_NUMBER
Use with available fluent helpers to apply the OrdinalNumber field to query operations.
|
static AddressEmailAddressField<String> |
PERSON
Use with available fluent helpers to apply the Person field to query operations.
|
static AddressEmailAddressField<String> |
SEARCH_EMAIL_ADDRESS
Use with available fluent helpers to apply the SearchEmailAddress field to query operations.
|
Constructor and Description |
---|
AddressEmailAddress() |
AddressEmailAddress(String addressID,
String person,
String ordinalNumber,
Boolean isDefaultEmailAddress,
String emailAddress,
String searchEmailAddress,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static AddressEmailAddress.AddressEmailAddressBuilder |
builder() |
boolean |
equals(Object o) |
static <T> AddressEmailAddressField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
String |
getAddressID()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getEmailAddress()
Constraints: Not nullable, Maximum length: 241
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
Boolean |
getIsDefaultEmailAddress()
Constraints: none
|
String |
getOrdinalNumber()
(Key Field) Constraints: Not nullable, Maximum length: 3
|
String |
getPerson()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getSearchEmailAddress()
Constraints: Not nullable, Maximum length: 20
|
Class<AddressEmailAddress> |
getType() |
int |
hashCode() |
void |
setAddressID(String addressID)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setEmailAddress(String emailAddress)
Constraints: Not nullable, Maximum length: 241
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setIsDefaultEmailAddress(Boolean isDefaultEmailAddress)
Constraints: none
|
void |
setOrdinalNumber(String ordinalNumber)
(Key Field) Constraints: Not nullable, Maximum length: 3
|
void |
setPerson(String person)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setSearchEmailAddress(String searchEmailAddress)
Constraints: Not nullable, Maximum length: 20
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final AddressEmailAddressSelectable ALL_FIELDS
public static final AddressEmailAddressField<String> ADDRESS_ID
public static final AddressEmailAddressField<String> PERSON
public static final AddressEmailAddressField<String> ORDINAL_NUMBER
public static final AddressEmailAddressField<Boolean> IS_DEFAULT_EMAIL_ADDRESS
public static final AddressEmailAddressField<String> EMAIL_ADDRESS
public static final AddressEmailAddressField<String> SEARCH_EMAIL_ADDRESS
@Generated(value="lombok") public AddressEmailAddress()
@ConstructorProperties(value={"addressID","person","ordinalNumber","isDefaultEmailAddress","emailAddress","searchEmailAddress","erpConfigContext"}) @Generated(value="lombok") public AddressEmailAddress(@Nullable String addressID, @Nullable String person, @Nullable String ordinalNumber, @Nullable Boolean isDefaultEmailAddress, @Nullable String emailAddress, @Nullable String searchEmailAddress, @Nullable ErpConfigContext erpConfigContext)
public Class<AddressEmailAddress> getType()
getType
in class VdmObject<AddressEmailAddress>
public static <T> AddressEmailAddressField<T> field(String fieldName, Class<T> fieldType)
fieldName
- The name of the extension field as returned by the OData service.fieldType
- The Java type to use for the extension field when performing value comparisons.@Generated(value="lombok") public static AddressEmailAddress.AddressEmailAddressBuilder builder()
@Nullable @Generated(value="lombok") public String getAddressID()
For more information about the meaning and use of the address number and the Business Address Services concepts, see the function group SZA0 documentation.
@Nullable @Generated(value="lombok") public String getPerson()
For more information about the meaning and use of the person number and Business Address Services concepts, see the function group SZA0 documentation.
@Nullable @Generated(value="lombok") public String getOrdinalNumber()
@Nullable @Generated(value="lombok") public Boolean getIsDefaultEmailAddress()
@Nullable @Generated(value="lombok") public String getEmailAddress()
Example: user.name@company.com The 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).
@Nullable @Generated(value="lombok") public String getSearchEmailAddress()
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).
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setAddressID(@Nullable String 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.
addressID
- @Generated(value="lombok") public void setPerson(@Nullable String person)
For more information about the meaning and use of the person number and Business Address Services concepts, see the function group SZA0 documentation.
person
- @Generated(value="lombok") public void setOrdinalNumber(@Nullable String ordinalNumber)
ordinalNumber
- @Generated(value="lombok") public void setIsDefaultEmailAddress(@Nullable Boolean isDefaultEmailAddress)
isDefaultEmailAddress
- @Generated(value="lombok") public void setEmailAddress(@Nullable String emailAddress)
Example: user.name@company.com The 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).
emailAddress
- @Generated(value="lombok") public void setSearchEmailAddress(@Nullable String 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).
searchEmailAddress
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<AddressEmailAddress>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<AddressEmailAddress>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<AddressEmailAddress>
Copyright © 2017 SAP SE. All rights reserved.