Class AddressHomePageURL
Original entity name from the Odata EDM: A_AddressHomePageURLType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AddressHomePageURLField<String>Use with available fluent helpers to apply the AddressCommunicationRemarkText field to query operations.static final AddressHomePageURLField<String>Use with available fluent helpers to apply the AddressID field to query operations.static final AddressHomePageURLSelectableSelector for all available fields of AddressHomePageURL.static final AddressHomePageURLField<Boolean>Use with available fluent helpers to apply the IsDefaultURLAddress field to query operations.static final AddressHomePageURLField<String>Use with available fluent helpers to apply the OrdinalNumber field to query operations.static final AddressHomePageURLField<String>Use with available fluent helpers to apply the Person field to query operations.static final AddressHomePageURLField<String>Use with available fluent helpers to apply the SearchURLAddress field to query operations.static final AddressHomePageURLField<Short>Use with available fluent helpers to apply the URLFieldLength field to query operations.static final AddressHomePageURLField<LocalDateTime>Use with available fluent helpers to apply the ValidityStartDate field to query operations.static final AddressHomePageURLField<String>Use with available fluent helpers to apply the WebsiteURL field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionAddressHomePageURL(String addressID, String person, String ordinalNumber, LocalDateTime validityStartDate, Boolean isDefaultURLAddress, String searchURLAddress, String addressCommunicationRemarkText, Short uRLFieldLength, String websiteURL) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
AddressHomePageURLField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> AddressHomePageURLField<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 Stringprotected String(Key Field) Constraints: Not nullablegetKey()(Key Field) Constraints: Not nullable, Maximum length: 3(Key Field) Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 50getType()Constraints: none(Key Field) Constraints: Not nullable, Precision: 0Constraints: Not nullable, Maximum length: 2048inthashCode()voidsetAddressCommunicationRemarkText(String addressCommunicationRemarkText) Constraints: Not nullable, Maximum length: 50voidsetAddressID(String addressID) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetIsDefaultURLAddress(Boolean isDefaultURLAddress) (Key Field) Constraints: Not nullablevoidsetOrdinalNumber(String ordinalNumber) (Key Field) Constraints: Not nullable, Maximum length: 3void(Key Field) Constraints: Not nullable, Maximum length: 10voidsetSearchURLAddress(String searchURLAddress) Constraints: Not nullable, Maximum length: 50protected voidsetServicePathForFetch(String servicePathForFetch) voidsetURLFieldLength(Short uRLFieldLength) Constraints: nonevoidsetValidityStartDate(LocalDateTime validityStartDate) (Key Field) Constraints: Not nullable, Precision: 0voidsetWebsiteURL(String websiteURL) Constraints: Not nullable, Maximum length: 2048toString()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 AddressHomePageURL. -
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. -
VALIDITY_START_DATE
Use with available fluent helpers to apply the ValidityStartDate field to query operations. -
IS_DEFAULT_URL_ADDRESS
Use with available fluent helpers to apply the IsDefaultURLAddress field to query operations. -
SEARCH_URL_ADDRESS
Use with available fluent helpers to apply the SearchURLAddress field to query operations. -
ADDRESS_COMMUNICATION_REMARK_TEXT
Use with available fluent helpers to apply the AddressCommunicationRemarkText field to query operations. -
URL_FIELD_LENGTH
Use with available fluent helpers to apply the URLFieldLength field to query operations. -
WEBSITE_URL
Use with available fluent helpers to apply the WebsiteURL field to query operations.
-
-
Constructor Details
-
AddressHomePageURL
public AddressHomePageURL() -
AddressHomePageURL
public AddressHomePageURL(@Nullable String addressID, @Nullable String person, @Nullable String ordinalNumber, @Nullable LocalDateTime validityStartDate, @Nullable Boolean isDefaultURLAddress, @Nullable String searchURLAddress, @Nullable String addressCommunicationRemarkText, @Nullable Short uRLFieldLength, @Nullable String websiteURL)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<AddressHomePageURL>
-
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
-
setValidityStartDate
(Key Field) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityStartDate
- Parameters:
validityStartDate- Valid-from date - in current Release only 00010101 possible
-
setIsDefaultURLAddress
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: IsDefaultURLAddress
- Parameters:
isDefaultURLAddress- Flag: this address is the default address
-
setSearchURLAddress
Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: SearchURLAddress
- Parameters:
searchURLAddress- URI address search field
-
setAddressCommunicationRemarkText
Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: AddressCommunicationRemarkText
- Parameters:
addressCommunicationRemarkText- Communication link notes
-
setURLFieldLength
Constraints: noneOriginal property name from the Odata EDM: URLFieldLength
- Parameters:
uRLFieldLength- URI field length
-
setWebsiteURL
Constraints: Not nullable, Maximum length: 2048Original property name from the Odata EDM: WebsiteURL
- Parameters:
websiteURL- Universal Resource Identifier (URI)
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<AddressHomePageURL>
-
getKey
- Overrides:
getKeyin classVdmObject<AddressHomePageURL>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<AddressHomePageURL>
-
fromMap
- Overrides:
fromMapin classVdmObject<AddressHomePageURL>
-
field
@Nonnull public static <T> AddressHomePageURLField<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> AddressHomePageURLField<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<AddressHomePageURL>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<AddressHomePageURL>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<AddressHomePageURL>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<AddressHomePageURL>
-
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
-
getValidityStartDate
(Key Field) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityStartDate
- Returns:
- Valid-from date - in current Release only 00010101 possible
-
getIsDefaultURLAddress
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: IsDefaultURLAddress
- Returns:
- Flag: this address is the default address
-
getSearchURLAddress
Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: SearchURLAddress
- Returns:
- URI address search field
-
getAddressCommunicationRemarkText
Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: AddressCommunicationRemarkText
- Returns:
- Communication link notes
-
getURLFieldLength
Constraints: noneOriginal property name from the Odata EDM: URLFieldLength
- Returns:
- URI field length
-
getWebsiteURL
Constraints: Not nullable, Maximum length: 2048Original property name from the Odata EDM: WebsiteURL
- Returns:
- Universal Resource Identifier (URI)
-
toString
- Overrides:
toStringin classVdmObject<AddressHomePageURL>
-
equals
- Overrides:
equalsin classVdmEntity<AddressHomePageURL>
-
canEqual
- Overrides:
canEqualin classVdmEntity<AddressHomePageURL>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<AddressHomePageURL>
-