Class AddressEmailAddress
Original entity name from the Odata EDM: A_AddressEmailAddressType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AddressEmailAddressField<String>Use with available fluent helpers to apply the AddressCommunicationRemarkText field to query operations.static final AddressEmailAddressField<String>Use with available fluent helpers to apply the AddressID field to query operations.static final AddressEmailAddressSelectableSelector for all available fields of AddressEmailAddress.static final AddressEmailAddressField<String>Use with available fluent helpers to apply the EmailAddress field to query operations.static final AddressEmailAddressField<Boolean>Use with available fluent helpers to apply the IsDefaultEmailAddress field to query operations.static final AddressEmailAddressField<String>Use with available fluent helpers to apply the OrdinalNumber field to query operations.static final AddressEmailAddressField<String>Use with available fluent helpers to apply the Person field to query operations.static final AddressEmailAddressField<String>Use with available fluent helpers to apply the SearchEmailAddress field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
AddressEmailAddressField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> AddressEmailAddressField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidConstraints: Not nullable, Maximum length: 50(Key Field) Constraints: Not nullable, Maximum length: 10protected StringConstraints: Not nullable, Maximum length: 241protected StringConstraints: nonegetKey()(Key Field) Constraints: Not nullable, Maximum length: 3(Key Field) Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 20getType()inthashCode()voidsetAddressCommunicationRemarkText(String addressCommunicationRemarkText) Constraints: Not nullable, Maximum length: 50voidsetAddressID(String addressID) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetEmailAddress(String emailAddress) Constraints: Not nullable, Maximum length: 241voidsetIsDefaultEmailAddress(Boolean isDefaultEmailAddress) Constraints: nonevoidsetOrdinalNumber(String ordinalNumber) (Key Field) Constraints: Not nullable, Maximum length: 3void(Key Field) Constraints: Not nullable, Maximum length: 10voidsetSearchEmailAddress(String searchEmailAddress) Constraints: Not nullable, Maximum length: 20protected voidsetServicePathForFetch(String servicePathForFetch) toString()Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
fetchFieldAsList, fetchFieldAsSingle, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
-
Field Details
-
ALL_FIELDS
Selector for all available fields of AddressEmailAddress. -
ADDRESS_ID
Use with available fluent helpers to apply the AddressID field to query operations. -
PERSON
Use with available fluent helpers to apply the Person field to query operations. -
ORDINAL_NUMBER
Use with available fluent helpers to apply the OrdinalNumber field to query operations. -
IS_DEFAULT_EMAIL_ADDRESS
Use with available fluent helpers to apply the IsDefaultEmailAddress field to query operations. -
EMAIL_ADDRESS
Use with available fluent helpers to apply the EmailAddress field to query operations. -
SEARCH_EMAIL_ADDRESS
Use with available fluent helpers to apply the SearchEmailAddress field to query operations. -
ADDRESS_COMMUNICATION_REMARK_TEXT
Use with available fluent helpers to apply the AddressCommunicationRemarkText field to query operations.
-
-
Constructor Details
-
AddressEmailAddress
public AddressEmailAddress() -
AddressEmailAddress
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<AddressEmailAddress>
-
setAddressID
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: AddressID
- Parameters:
addressID- Address Number
-
setPerson
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Person
- Parameters:
person- Person Number
-
setOrdinalNumber
(Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: OrdinalNumber
- Parameters:
ordinalNumber- Sequence Number
-
setIsDefaultEmailAddress
Constraints: noneOriginal property name from the Odata EDM: IsDefaultEmailAddress
- Parameters:
isDefaultEmailAddress- Flag: this address is the default address
-
setEmailAddress
Constraints: Not nullable, Maximum length: 241Original property name from the Odata EDM: EmailAddress
- Parameters:
emailAddress- Email Address
-
setSearchEmailAddress
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: SearchEmailAddress
- Parameters:
searchEmailAddress- E-Mail Address Search Field
-
setAddressCommunicationRemarkText
Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: AddressCommunicationRemarkText
- Parameters:
addressCommunicationRemarkText- Communication link notes
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<AddressEmailAddress>
-
getKey
- Overrides:
getKeyin classVdmObject<AddressEmailAddress>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<AddressEmailAddress>
-
fromMap
- Overrides:
fromMapin classVdmObject<AddressEmailAddress>
-
field
@Nonnull public static <T> AddressEmailAddressField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.- Parameters:
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.- Returns:
- A representation of an extension field from this entity.
-
field
@Nonnull public static <T,DomainT> AddressEmailAddressField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.DomainT- The type of the extension field as returned by the OData service.- Parameters:
typeConverter- A TypeConverter<T, DomainT> instance whose first generic type matches the Java type of the fieldfieldName- The name of the extension field as returned by the OData service.- Returns:
- A representation of an extension field from this entity, holding a reference to the given TypeConverter.
-
getDestinationForFetch
- Overrides:
getDestinationForFetchin classVdmEntity<AddressEmailAddress>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<AddressEmailAddress>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<AddressEmailAddress>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<AddressEmailAddress>
-
builder
-
getAddressID
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: AddressID
- Returns:
- Address Number
-
getPerson
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Person
- Returns:
- Person Number
-
getOrdinalNumber
(Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: OrdinalNumber
- Returns:
- Sequence Number
-
getIsDefaultEmailAddress
Constraints: noneOriginal property name from the Odata EDM: IsDefaultEmailAddress
- Returns:
- Flag: this address is the default address
-
getEmailAddress
Constraints: Not nullable, Maximum length: 241Original property name from the Odata EDM: EmailAddress
- Returns:
- Email Address
-
getSearchEmailAddress
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: SearchEmailAddress
- Returns:
- E-Mail Address Search Field
-
getAddressCommunicationRemarkText
Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: AddressCommunicationRemarkText
- Returns:
- Communication link notes
-
toString
- Overrides:
toStringin classVdmObject<AddressEmailAddress>
-
equals
- Overrides:
equalsin classVdmEntity<AddressEmailAddress>
-
canEqual
- Overrides:
canEqualin classVdmEntity<AddressEmailAddress>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<AddressEmailAddress>
-