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
addressID
- Address Numberpublic void setPerson(@Nullable String person)
Original property name from the Odata EDM: Person
person
- Person numberpublic 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
emailAddress
- E-Mail Addresspublic void setSearchEmailAddress(@Nullable String searchEmailAddress)
Original property name from the Odata EDM: SearchEmailAddress
searchEmailAddress
- E-Mail Address Search Fieldpublic void setAddressCommunicationRemarkText(@Nullable String addressCommunicationRemarkText)
Original property name from the Odata EDM: AddressCommunicationRemarkText
addressCommunicationRemarkText
- Communication link notesprotected 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
@Nullable public String getPerson()
Original property name from the Odata EDM: Person
@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
@Nullable public String getSearchEmailAddress()
Original property name from the Odata EDM: SearchEmailAddress
@Nullable public String getAddressCommunicationRemarkText()
Original property name from the Odata EDM: AddressCommunicationRemarkText
@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.