Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.location.LocationText
Packages that use LocationText
Package
Description
-
Uses of LocationText 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 LocationTextModifier and TypeFieldDescriptionstatic final SimpleProperty<LocationText>LocationText.ALL_FIELDSSelector for all available fields of LocationText.static final SimpleProperty.String<LocationText>LocationText.LANGUAGEstatic final SimpleProperty.DateTime<LocationText>LocationText.LOCAL_LAST_CHANGE_DATE_TIMEstatic final SimpleProperty.String<LocationText>LocationText.LOCATION_DESCRIPTIONstatic final SimpleProperty.Guid<LocationText>LocationText.LOCATION_UUIDstatic final NavigationProperty.Collection<Location,LocationText> Location.TO__LOCATION_TEXT_TPUse with available request builders to apply the _LocationTextTP navigation property to query operations.static final NavigationProperty.Single<LocationText,Location> LocationText.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 LocationTextMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.location that return types with arguments of type LocationTextModifier and TypeMethodDescriptionio.vavr.control.Option<List<LocationText>>Location.getLocationTextTPIfPresent()Retrieval of associated LocationText entities (one to many).LocationText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.location with parameters of type LocationTextModifier and TypeMethodDescriptionvoidLocation.addLocationTextTP(LocationText... entity) Adds elements to the list of associated LocationText entities.Location.LocationBuilder.locationTextTP(LocationText... value) Navigation property _LocationTextTP for Location to multiple LocationText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.location with type arguments of type LocationTextModifier and TypeMethodDescriptionvoidLocation.setLocationTextTP(List<LocationText> value) Overwrites the list of associated LocationText entities for the loaded navigation property _LocationTextTP.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.location with type arguments of type LocationTextModifierConstructorDescriptionLocation(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 LocationText 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 LocationTextModifier and TypeMethodDescriptionDefaultLocationService.countLocationText()Deprecated.LocationService.countLocationText()Deprecated.Fetch the number of entries from theLocationTextentity collection matching the filter and search expressions.DefaultLocationService.deleteLocationText(LocationText locationText) Deprecated.LocationService.deleteLocationText(LocationText locationText) Deprecated.Deletes an existingLocationTextentity in the S/4HANA system.DefaultLocationService.getAllLocationText()Deprecated.LocationService.getAllLocationText()Deprecated.Fetch multipleLocationTextentities.DefaultLocationService.getLocationTextByKey(UUID locationUUID, String language) Deprecated.LocationService.getLocationTextByKey(UUID locationUUID, String language) Deprecated.Fetch a singleLocationTextentity using key fields.DefaultLocationService.updateLocationText(LocationText locationText) Deprecated.LocationService.updateLocationText(LocationText locationText) Deprecated.Update an existingLocationTextentity and save it to the S/4HANA system.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type LocationTextModifier and TypeMethodDescriptionDefaultLocationService.deleteLocationText(LocationText locationText) Deprecated.LocationService.deleteLocationText(LocationText locationText) Deprecated.Deletes an existingLocationTextentity in the S/4HANA system.DefaultLocationService.updateLocationText(LocationText locationText) Deprecated.LocationService.updateLocationText(LocationText locationText) Deprecated.Update an existingLocationTextentity and save it to the S/4HANA system.