public class AddressEmailAddress extends VdmEntity<AddressEmailAddress>
Original entity name from the Odata EDM: A_AddressEmailAddressType
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.
|
changedOriginalFields
Constructor and Description |
---|
AddressEmailAddress() |
AddressEmailAddress(String addressID,
String person,
String ordinalNumber,
Boolean isDefaultEmailAddress,
String emailAddress,
String searchEmailAddress) |
Modifier and Type | Method and Description |
---|---|
void |
attachToService(String servicePath,
ErpConfigContext configContext)
Sets the service path and ERP configuration context for the fetch commands of this entity.
|
static AddressEmailAddress.AddressEmailAddressBuilder |
builder() |
protected boolean |
canEqual(Object other) |
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.
|
static <T,DomainT> |
field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
String |
getAddressID()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
protected String |
getDefaultServicePath() |
String |
getEmailAddress()
Constraints: Not nullable, Maximum length: 241
|
protected String |
getEntityCollection() |
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
Boolean |
getIsDefaultEmailAddress()
Constraints: none
|
protected Map<String,Object> |
getKey() |
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)
Deprecated.
Use
attachToService(String, ErpConfigContext) instead. |
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
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getEndpointUrl, getServicePathForFetch, getVersionIdentifier, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
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
@Nonnull public Class<AddressEmailAddress> getType()
getType
in class VdmObject<AddressEmailAddress>
public void setAddressID(@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.
addressID
- Internal key for identifying a Business Address Services address.public void setPerson(@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.
person
- Internal key for identifying a person in Business Address Services.public void setOrdinalNumber(@Nullable String ordinalNumber)
Original property name from the Odata EDM: OrdinalNumber
ordinalNumber
- Sequence Numberpublic void setIsDefaultEmailAddress(@Nullable Boolean isDefaultEmailAddress)
Original property name from the Odata EDM: IsDefaultEmailAddress
isDefaultEmailAddress
- Flag: this address is the default addresspublic void setEmailAddress(@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).
emailAddress
- Internet mail address, also called e-mail address.public void setSearchEmailAddress(@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).
searchEmailAddress
- This field is generated by the system from the complete Internet mail address and is stored in table
ADR6.protected String getEntityCollection()
getEntityCollection
in class VdmEntity<AddressEmailAddress>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<AddressEmailAddress>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<AddressEmailAddress>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<AddressEmailAddress>
@Nonnull public static <T> AddressEmailAddressField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
T
- The type of the extension field when performing value comparisons.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.@Nonnull public static <T,DomainT> AddressEmailAddressField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
T
- The type of the extension field when performing value comparisons.DomainT
- The type of the extension field as returned by the OData service.typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.@Nullable public ErpConfigContext getErpConfigContext()
VdmEntity
getErpConfigContext
in class VdmEntity<AddressEmailAddress>
@Deprecated public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
attachToService(String, ErpConfigContext)
instead.VdmEntity
setErpConfigContext
in class VdmEntity<AddressEmailAddress>
erpConfigContext
- New ERP configuration context to apply to this entityprotected void setServicePathForFetch(@Nullable String servicePathForFetch)
VdmEntity
Note: Use with caution, as this can easily break the fetch call on this entity. See the interface of the corresponding service for the default service path.
setServicePathForFetch
in class VdmEntity<AddressEmailAddress>
public void attachToService(@Nullable String servicePath, @Nullable ErpConfigContext configContext)
VdmEntity
Note: Use with caution, as this can easily break the fetch calls on this entity. See the interface of the corresponding service for the default service path.
attachToService
in class VdmEntity<AddressEmailAddress>
servicePath
- Optional parameter. New service path to apply to this entity and any associated entities that were
previously fetched. If a null value is provided and the service path has never been set, then the
service path will be set to the default defined in the corresponding service interface.configContext
- Optional parameter. New ERP configuration context to apply to this entity and any associated entities
that were previously fetched. If a null value is provided and the ERP configuration context has never
been set, then the ERP configuration context will be set to a new instance of
ErpConfigContext
.protected String getDefaultServicePath()
getDefaultServicePath
in class VdmEntity<AddressEmailAddress>
public static AddressEmailAddress.AddressEmailAddressBuilder builder()
@Nullable public String getAddressID()
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.
@Nullable public String getPerson()
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.
@Nullable public String getOrdinalNumber()
Original property name from the Odata EDM: OrdinalNumber
@Nullable public Boolean getIsDefaultEmailAddress()
Original property name from the Odata EDM: IsDefaultEmailAddress
@Nullable public String getEmailAddress()
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).
@Nullable public String getSearchEmailAddress()
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).
public String toString()
toString
in class VdmObject<AddressEmailAddress>
public boolean equals(Object o)
equals
in class VdmObject<AddressEmailAddress>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<AddressEmailAddress>
public int hashCode()
hashCode
in class VdmObject<AddressEmailAddress>
Copyright © 2019 SAP SE. All rights reserved.