@Named(value="com.sap.cloud.sdk.s4hana.onpremise.v2020.datamodel.odatav4.services.DefaultVehicleManagementSystemVehicleSearchAreaService") public class DefaultVehicleManagementSystemVehicleSearchAreaService extends Object implements ServiceWithNavigableEntities, VehicleManagementSystemVehicleSearchAreaService
You can read vehicle search area and vehicle search area text using this service. It can be accessed from outside the SAP S/4HANA system. .
Reference: SAP API Business Hub
OData Service: | OP_VMSVEHICLESEARCHAREA_0001 |
API Version: | 1 |
Minimum ERP Version: | 2020 |
Authentication Methods: | Basic, x509 |
Business Object: | V M S Vehicle |
ServiceWithNavigableEntities.NavigableEntity<EntityT extends VdmEntity<EntityT>>
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultVehicleManagementSystemVehicleSearchAreaService()
Creates a service using
VehicleManagementSystemVehicleSearchAreaService.DEFAULT_SERVICE_PATH to send the
requests. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEntity
public DefaultVehicleManagementSystemVehicleSearchAreaService()
VehicleManagementSystemVehicleSearchAreaService.DEFAULT_SERVICE_PATH
to send the
requests.@Nonnull public DefaultVehicleManagementSystemVehicleSearchAreaService withServicePath(@Nonnull String servicePath)
VehicleManagementSystemVehicleSearchAreaService
withServicePath
in interface VehicleManagementSystemVehicleSearchAreaService
servicePath
- Service path that will override the default.@Nonnull public BatchRequestBuilder batch()
VehicleManagementSystemVehicleSearchAreaService
batch
in interface VehicleManagementSystemVehicleSearchAreaService
execute
method on the request builder object.@Nonnull public GetAllRequestBuilder<VMSVehicleSearchArea> getAllVMSVehicleSearchArea()
VehicleManagementSystemVehicleSearchAreaService
VMSVehicleSearchArea
entities.getAllVMSVehicleSearchArea
in interface VehicleManagementSystemVehicleSearchAreaService
VMSVehicleSearchArea
entities. This request builder allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull public CountRequestBuilder<VMSVehicleSearchArea> countVMSVehicleSearchArea()
VehicleManagementSystemVehicleSearchAreaService
VMSVehicleSearchArea
entity collection matching the filter and search expressions.countVMSVehicleSearchArea
in interface VehicleManagementSystemVehicleSearchAreaService
VMSVehicleSearchArea
entities. This request builder allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull public GetByKeyRequestBuilder<VMSVehicleSearchArea> getVMSVehicleSearchAreaByKey(@Nonnull String vMSVehicleSearchArea)
VehicleManagementSystemVehicleSearchAreaService
VMSVehicleSearchArea
entity using key fields.getVMSVehicleSearchAreaByKey
in interface VehicleManagementSystemVehicleSearchAreaService
vMSVehicleSearchArea
- Vehicle Search Area
Constraints: Not nullable, Maximum length: 10
VMSVehicleSearchArea
entity using key fields. This request builder allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull public GetAllRequestBuilder<VMSVehicleSearchAreaText> getAllVMSVehicleSearchAreaText()
VehicleManagementSystemVehicleSearchAreaService
VMSVehicleSearchAreaText
entities.getAllVMSVehicleSearchAreaText
in interface VehicleManagementSystemVehicleSearchAreaService
VMSVehicleSearchAreaText
entities. This request builder allows methods which modify the underlying query
to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull public CountRequestBuilder<VMSVehicleSearchAreaText> countVMSVehicleSearchAreaText()
VehicleManagementSystemVehicleSearchAreaService
VMSVehicleSearchAreaText
entity collection matching the filter and search expressions.countVMSVehicleSearchAreaText
in interface VehicleManagementSystemVehicleSearchAreaService
VMSVehicleSearchAreaText
entities. This request builder allows methods which modify the underlying query
to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull public GetByKeyRequestBuilder<VMSVehicleSearchAreaText> getVMSVehicleSearchAreaTextByKey(@Nonnull String language, @Nonnull String vMSVehicleSearchArea)
VehicleManagementSystemVehicleSearchAreaService
VMSVehicleSearchAreaText
entity using key fields.getVMSVehicleSearchAreaTextByKey
in interface VehicleManagementSystemVehicleSearchAreaService
language
- Language Key
Constraints: Not nullable, Maximum length: 2
vMSVehicleSearchArea
- Vehicle Search Area
Constraints: Not nullable, Maximum length: 10
VMSVehicleSearchAreaText
entity using key fields. This request builder allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull public String getServicePath()
ServiceWithNavigableEntities
getServicePath
in interface ServiceWithNavigableEntities
Copyright © 2021 SAP SE. All rights reserved.