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_COMMUNICATION_REMARK_TEXT
Use with available fluent helpers to apply the AddressCommunicationRemarkText field to query operations.
|
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,
String addressCommunicationRemarkText) |
Modifier and Type | Method and Description |
---|---|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination 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 |
getAddressCommunicationRemarkText()
Constraints: Not nullable, Maximum length: 50
|
String |
getAddressID()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
protected String |
getDefaultServicePath()
Used by fluent helpers and navigation property methods to construct OData queries.
|
HttpDestinationProperties |
getDestinationForFetch()
Convienence field for reusing the same destination with multiple queries (e.g.
|
String |
getEmailAddress()
Constraints: Not nullable, Maximum length: 241
|
protected String |
getEntityCollection()
Used by fluent helpers and navigation property methods to construct OData queries.
|
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 |
setAddressCommunicationRemarkText(String addressCommunicationRemarkText)
Constraints: Not nullable, Maximum length: 50
|
void |
setAddressID(String addressID)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setEmailAddress(String emailAddress)
Constraints: Not nullable, Maximum length: 241
|
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() |
getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, 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
public static final AddressEmailAddressField<String> ADDRESS_COMMUNICATION_REMARK_TEXT
@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.public void setAddressCommunicationRemarkText(@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.
addressCommunicationRemarkText
- Additional information about the communication connectionprotected String getEntityCollection()
VdmEntity
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 HttpDestinationProperties getDestinationForFetch()
VdmEntity
getDestinationForFetch
in class VdmEntity<AddressEmailAddress>
protected 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, @Nonnull HttpDestinationProperties destination)
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.destination
- New destination to apply to this entity and any associated entities that were previously fetched.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<AddressEmailAddress>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull 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).
@Nullable public String getAddressCommunicationRemarkText()
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.
@Nonnull public String toString()
toString
in class VdmObject<AddressEmailAddress>
public boolean equals(@Nullable Object o)
equals
in class VdmObject<AddressEmailAddress>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmObject<AddressEmailAddress>
public int hashCode()
hashCode
in class VdmObject<AddressEmailAddress>
Copyright © 2021 SAP SE. All rights reserved.