Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.location.LocationAddress
Packages that use LocationAddress
Package
Description
-
Uses of LocationAddress in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.location
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.location with type parameters of type LocationAddressModifier and TypeFieldDescriptionstatic final SimpleProperty.String<LocationAddress>LocationAddress.ADDRESS_IDstatic final SimpleProperty.String<LocationAddress>LocationAddress.ADDRESS_PERSON_IDstatic final SimpleProperty.String<LocationAddress>LocationAddress.ADDRESS_REPRESENTATION_CODEstatic final SimpleProperty.String<LocationAddress>LocationAddress.ADDRESS_TIME_ZONEstatic final SimpleProperty<LocationAddress>LocationAddress.ALL_FIELDSSelector for all available fields of LocationAddress.static final SimpleProperty.String<LocationAddress>LocationAddress.CITY_NAMEstatic final SimpleProperty.String<LocationAddress>LocationAddress.COUNTRYstatic final SimpleProperty.String<LocationAddress>LocationAddress.HOUSE_NUMBERstatic final SimpleProperty.Guid<LocationAddress>LocationAddress.LOCATION_UUIDstatic final SimpleProperty.String<LocationAddress>LocationAddress.POSTAL_CODEstatic final SimpleProperty.String<LocationAddress>LocationAddress.REGIONstatic final SimpleProperty.String<LocationAddress>LocationAddress.SEARCH_TERM1static final SimpleProperty.String<LocationAddress>LocationAddress.SEARCH_TERM2static final SimpleProperty.String<LocationAddress>LocationAddress.STREET_NAMEstatic final NavigationProperty.Single<Location,LocationAddress> Location.TO__LOCATION_ADDRESS_TPUse with available request builders to apply the _LocationAddressTP navigation property to query operations.static final NavigationProperty.Single<LocationAddress,Location> LocationAddress.TO__LOCATION_TPUse with available request builders to apply the _LocationTP navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.location that return LocationAddressMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.location that return types with arguments of type LocationAddressModifier and TypeMethodDescriptionio.vavr.control.Option<LocationAddress>Location.getLocationAddressTPIfPresent()Retrieval of associated LocationAddress entity (one to one).LocationAddress.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.location with parameters of type LocationAddressModifier and TypeMethodDescriptionLocation.LocationBuilder.locationAddressTP(LocationAddress value) Navigation property _LocationAddressTP for Location to single LocationAddress.voidLocation.setLocationAddressTP(LocationAddress value) Overwrites the associated LocationAddress entity for the loaded navigation property _LocationAddressTP.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.location with parameters of type LocationAddressModifierConstructorDescriptionLocation(UUID locationUUID, String location, String locationType, UUID locationAdditionalUUID, String locationTimeZone, String globalLocationNumber, String locationDUNSNumber, String locationUNCode, String locationIATACode, Double geoCoordinatesLongitudeValue, Double geoCoordinatesLatitudeValue, OffsetDateTime geoCoordsValidityEndDateTime, Boolean geoCoordsAreManuallyChanged, OffsetDateTime creationDateTime, String createdByUser, OffsetDateTime changedDateTime, OffsetDateTime localLastChangeDateTime, String lastChangedByUser, Boolean locationIsTemporary, String isBusinessPurposeCompleted, String addressID, Collection<SAP__Message> _Messages, LocationAddress to_LocationAddressTP, List<LocationText> to_LocationTextTP) -
Uses of LocationAddress in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services that return types with arguments of type LocationAddressModifier and TypeMethodDescriptionDefaultLocationService.countLocationAddress()Deprecated.LocationService.countLocationAddress()Deprecated.Fetch the number of entries from theLocationAddressentity collection matching the filter and search expressions.DefaultLocationService.getAllLocationAddress()Deprecated.LocationService.getAllLocationAddress()Deprecated.Fetch multipleLocationAddressentities.DefaultLocationService.getLocationAddressByKey(UUID locationUUID, String addressPersonID, String addressRepresentationCode) Deprecated.LocationService.getLocationAddressByKey(UUID locationUUID, String addressPersonID, String addressRepresentationCode) Deprecated.Fetch a singleLocationAddressentity using key fields.DefaultLocationService.updateLocationAddress(LocationAddress locationAddress) Deprecated.LocationService.updateLocationAddress(LocationAddress locationAddress) Deprecated.Update an existingLocationAddressentity and save it to the S/4HANA system.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type LocationAddressModifier and TypeMethodDescriptionDefaultLocationService.updateLocationAddress(LocationAddress locationAddress) Deprecated.LocationService.updateLocationAddress(LocationAddress locationAddress) Deprecated.Update an existingLocationAddressentity and save it to the S/4HANA system.