public interface 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 |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_PATH
If no other path was provided via the
withServicePath(String) method, this is the default service path
used to access the endpoint. |
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull VehicleManagementSystemVehicleSearchAreaService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull BatchRequestBuilder batch()
execute
method on the request builder object.@Nonnull GetAllRequestBuilder<VMSVehicleSearchArea> getAllVMSVehicleSearchArea()
VMSVehicleSearchArea
entities.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 CountRequestBuilder<VMSVehicleSearchArea> countVMSVehicleSearchArea()
VMSVehicleSearchArea
entity collection matching the filter and search expressions.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 GetByKeyRequestBuilder<VMSVehicleSearchArea> getVMSVehicleSearchAreaByKey(@Nonnull String vMSVehicleSearchArea)
VMSVehicleSearchArea
entity using key fields.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 GetAllRequestBuilder<VMSVehicleSearchAreaText> getAllVMSVehicleSearchAreaText()
VMSVehicleSearchAreaText
entities.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 CountRequestBuilder<VMSVehicleSearchAreaText> countVMSVehicleSearchAreaText()
VMSVehicleSearchAreaText
entity collection matching the filter and search expressions.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 GetByKeyRequestBuilder<VMSVehicleSearchAreaText> getVMSVehicleSearchAreaTextByKey(@Nonnull String language, @Nonnull String vMSVehicleSearchArea)
VMSVehicleSearchAreaText
entity using key fields.vMSVehicleSearchArea
- Vehicle Search Area
Constraints: Not nullable, Maximum length: 10
language
- Language Key
Constraints: Not nullable, Maximum length: 2
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.Copyright © 2021 SAP SE. All rights reserved.