public class AddressPhoneNumber extends VdmEntity<AddressPhoneNumber>
Original entity name from the Odata EDM: A_AddressPhoneNumberType
Modifier and Type | Class and Description |
---|---|
static class |
AddressPhoneNumber.AddressPhoneNumberBuilder |
Modifier and Type | Field and Description |
---|---|
static AddressPhoneNumberField<String> |
ADDRESS_COMMUNICATION_REMARK_TEXT
Use with available fluent helpers to apply the AddressCommunicationRemarkText field to query operations.
|
static AddressPhoneNumberField<String> |
ADDRESS_ID
Use with available fluent helpers to apply the AddressID field to query operations.
|
static AddressPhoneNumberSelectable |
ALL_FIELDS
Selector for all available fields of AddressPhoneNumber.
|
static AddressPhoneNumberField<String> |
DESTINATION_LOCATION_COUNTRY
Use with available fluent helpers to apply the DestinationLocationCountry field to query operations.
|
static AddressPhoneNumberField<String> |
INTERNATIONAL_PHONE_NUMBER
Use with available fluent helpers to apply the InternationalPhoneNumber field to query operations.
|
static AddressPhoneNumberField<Boolean> |
IS_DEFAULT_PHONE_NUMBER
Use with available fluent helpers to apply the IsDefaultPhoneNumber field to query operations.
|
static AddressPhoneNumberField<String> |
ORDINAL_NUMBER
Use with available fluent helpers to apply the OrdinalNumber field to query operations.
|
static AddressPhoneNumberField<String> |
PERSON
Use with available fluent helpers to apply the Person field to query operations.
|
static AddressPhoneNumberField<String> |
PHONE_NUMBER
Use with available fluent helpers to apply the PhoneNumber field to query operations.
|
static AddressPhoneNumberField<String> |
PHONE_NUMBER_EXTENSION
Use with available fluent helpers to apply the PhoneNumberExtension field to query operations.
|
static AddressPhoneNumberField<String> |
PHONE_NUMBER_TYPE
Use with available fluent helpers to apply the PhoneNumberType field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
AddressPhoneNumber() |
AddressPhoneNumber(String addressID,
String person,
String ordinalNumber,
String destinationLocationCountry,
Boolean isDefaultPhoneNumber,
String phoneNumber,
String phoneNumberExtension,
String internationalPhoneNumber,
String phoneNumberType,
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 AddressPhoneNumber.AddressPhoneNumberBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> AddressPhoneNumberField<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 |
getDestinationLocationCountry()
Constraints: Not nullable, Maximum length: 3
|
protected String |
getEntityCollection()
Used by fluent helpers and navigation property methods to construct OData queries.
|
String |
getInternationalPhoneNumber()
Constraints: Not nullable, Maximum length: 30
|
Boolean |
getIsDefaultPhoneNumber()
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 |
getPhoneNumber()
Constraints: Not nullable, Maximum length: 30
|
String |
getPhoneNumberExtension()
Constraints: Not nullable, Maximum length: 10
|
String |
getPhoneNumberType()
Constraints: Not nullable, Maximum length: 1
|
Class<AddressPhoneNumber> |
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 |
setDestinationLocationCountry(String destinationLocationCountry)
Constraints: Not nullable, Maximum length: 3
|
void |
setInternationalPhoneNumber(String internationalPhoneNumber)
Constraints: Not nullable, Maximum length: 30
|
void |
setIsDefaultPhoneNumber(Boolean isDefaultPhoneNumber)
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 |
setPhoneNumber(String phoneNumber)
Constraints: Not nullable, Maximum length: 30
|
void |
setPhoneNumberExtension(String phoneNumberExtension)
Constraints: Not nullable, Maximum length: 10
|
void |
setPhoneNumberType(String phoneNumberType)
Constraints: Not nullable, Maximum length: 1
|
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 AddressPhoneNumberSelectable ALL_FIELDS
public static final AddressPhoneNumberField<String> ADDRESS_ID
public static final AddressPhoneNumberField<String> PERSON
public static final AddressPhoneNumberField<String> ORDINAL_NUMBER
public static final AddressPhoneNumberField<String> DESTINATION_LOCATION_COUNTRY
public static final AddressPhoneNumberField<Boolean> IS_DEFAULT_PHONE_NUMBER
public static final AddressPhoneNumberField<String> PHONE_NUMBER
public static final AddressPhoneNumberField<String> PHONE_NUMBER_EXTENSION
public static final AddressPhoneNumberField<String> INTERNATIONAL_PHONE_NUMBER
public static final AddressPhoneNumberField<String> PHONE_NUMBER_TYPE
public static final AddressPhoneNumberField<String> ADDRESS_COMMUNICATION_REMARK_TEXT
public AddressPhoneNumber()
public AddressPhoneNumber(@Nullable String addressID, @Nullable String person, @Nullable String ordinalNumber, @Nullable String destinationLocationCountry, @Nullable Boolean isDefaultPhoneNumber, @Nullable String phoneNumber, @Nullable String phoneNumberExtension, @Nullable String internationalPhoneNumber, @Nullable String phoneNumberType, @Nullable String addressCommunicationRemarkText)
@Nonnull public Class<AddressPhoneNumber> getType()
getType
in class VdmObject<AddressPhoneNumber>
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 setDestinationLocationCountry(@Nullable String destinationLocationCountry)
Original property name from the Odata EDM: DestinationLocationCountry
destinationLocationCountry
- Country for telephone/fax numberpublic void setIsDefaultPhoneNumber(@Nullable Boolean isDefaultPhoneNumber)
Original property name from the Odata EDM: IsDefaultPhoneNumber
isDefaultPhoneNumber
- Standard Sender Address in this Communication Typepublic void setPhoneNumber(@Nullable String phoneNumber)
Original property name from the Odata EDM: PhoneNumber
phoneNumber
- Telephone no.: dialling code+numberpublic void setPhoneNumberExtension(@Nullable String phoneNumberExtension)
Original property name from the Odata EDM: PhoneNumberExtension
phoneNumberExtension
- Telephone no.: Extensionpublic void setInternationalPhoneNumber(@Nullable String internationalPhoneNumber)
Original property name from the Odata EDM: InternationalPhoneNumber
internationalPhoneNumber
- Complete Number: Dialling Code+Number+Extensionpublic void setPhoneNumberType(@Nullable String phoneNumberType)
Original property name from the Odata EDM: PhoneNumberType
phoneNumberType
- Indicator: Telephone is a Mobile Telephonepublic void setAddressCommunicationRemarkText(@Nullable String addressCommunicationRemarkText)
Original property name from the Odata EDM: AddressCommunicationRemarkText
addressCommunicationRemarkText
- Communication link notesprotected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<AddressPhoneNumber>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<AddressPhoneNumber>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<AddressPhoneNumber>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<AddressPhoneNumber>
@Nonnull public static <T> AddressPhoneNumberField<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> AddressPhoneNumberField<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<AddressPhoneNumber>
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<AddressPhoneNumber>
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<AddressPhoneNumber>
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<AddressPhoneNumber>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull public static AddressPhoneNumber.AddressPhoneNumberBuilder 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 String getDestinationLocationCountry()
Original property name from the Odata EDM: DestinationLocationCountry
@Nullable public Boolean getIsDefaultPhoneNumber()
Original property name from the Odata EDM: IsDefaultPhoneNumber
@Nullable public String getPhoneNumber()
Original property name from the Odata EDM: PhoneNumber
@Nullable public String getPhoneNumberExtension()
Original property name from the Odata EDM: PhoneNumberExtension
@Nullable public String getInternationalPhoneNumber()
Original property name from the Odata EDM: InternationalPhoneNumber
@Nullable public String getPhoneNumberType()
Original property name from the Odata EDM: PhoneNumberType
@Nullable public String getAddressCommunicationRemarkText()
Original property name from the Odata EDM: AddressCommunicationRemarkText
@Nonnull public String toString()
toString
in class VdmObject<AddressPhoneNumber>
public boolean equals(@Nullable Object o)
equals
in class VdmObject<AddressPhoneNumber>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmObject<AddressPhoneNumber>
public int hashCode()
hashCode
in class VdmObject<AddressPhoneNumber>
Copyright © 2021 SAP SE. All rights reserved.