public interface VehicleManagementSystemVehicleSharingLevelService
You can read vehicle sharing level and vehicle sharing level text by using this service. It can be accessed from outside the SAP S/4HANA system. .
Reference: SAP API Business Hub
OData Service: | OP_VMSVEHICLESHARINGLEVEL_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 VehicleManagementSystemVehicleSharingLevelService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull BatchRequestBuilder batch()
execute
method on the request builder object.@Nonnull GetAllRequestBuilder<VMSVehicleSharingLevel> getAllVMSVehicleSharingLevel()
VMSVehicleSharingLevel
entities.VMSVehicleSharingLevel
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<VMSVehicleSharingLevel> countVMSVehicleSharingLevel()
VMSVehicleSharingLevel
entity collection matching the filter and search expressions.VMSVehicleSharingLevel
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<VMSVehicleSharingLevel> getVMSVehicleSharingLevelByKey(@Nonnull String vMSVehicleSharingLevel)
VMSVehicleSharingLevel
entity using key fields.vMSVehicleSharingLevel
- Sharing Levels for Vehicle Search
Constraints: Not nullable, Maximum length: 2
VMSVehicleSharingLevel
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<VMSVehicleSharingLevelText> getAllVMSVehicleSharingLevelText()
VMSVehicleSharingLevelText
entities.VMSVehicleSharingLevelText
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<VMSVehicleSharingLevelText> countVMSVehicleSharingLevelText()
VMSVehicleSharingLevelText
entity collection matching the filter and search expressions.VMSVehicleSharingLevelText
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<VMSVehicleSharingLevelText> getVMSVehicleSharingLevelTextByKey(@Nonnull String language, @Nonnull String vMSVehicleSharingLevel)
VMSVehicleSharingLevelText
entity using key fields.language
- Language Key
Constraints: Not nullable, Maximum length: 2
vMSVehicleSharingLevel
- Sharing Levels for Vehicle Search
Constraints: Not nullable, Maximum length: 2
VMSVehicleSharingLevelText
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.