public interface VehicleManagementSystemVehicleUsageStatusService
You can read vehicle usage status and vehicle usage status text using this service. It can be accessed from outside the SAP S/4HANA system. .
Reference: SAP API Business Hub
OData Service: | OP_VMSVEHICLEUSAGESTATUS_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 VehicleManagementSystemVehicleUsageStatusService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull BatchRequestBuilder batch()
execute
method on the request builder object.@Nonnull GetAllRequestBuilder<VMSVehicleUsageStatus> getAllVMSVehicleUsageStatus()
VMSVehicleUsageStatus
entities.VMSVehicleUsageStatus
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<VMSVehicleUsageStatus> countVMSVehicleUsageStatus()
VMSVehicleUsageStatus
entity collection matching the filter and search expressions.VMSVehicleUsageStatus
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<VMSVehicleUsageStatus> getVMSVehicleUsageStatusByKey(@Nonnull String vMSVehicleUsageStatus)
VMSVehicleUsageStatus
entity using key fields.vMSVehicleUsageStatus
- Vehicle Usage
Constraints: Not nullable, Maximum length: 2
VMSVehicleUsageStatus
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<VMSVehicleUsageStatusText> getAllVMSVehicleUsageStatusText()
VMSVehicleUsageStatusText
entities.VMSVehicleUsageStatusText
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<VMSVehicleUsageStatusText> countVMSVehicleUsageStatusText()
VMSVehicleUsageStatusText
entity collection matching the filter and search expressions.VMSVehicleUsageStatusText
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<VMSVehicleUsageStatusText> getVMSVehicleUsageStatusTextByKey(@Nonnull String language, @Nonnull String vMSVehicleUsageStatus)
VMSVehicleUsageStatusText
entity using key fields.vMSVehicleUsageStatus
- Vehicle Usage
Constraints: Not nullable, Maximum length: 2
language
- Language Key
Constraints: Not nullable, Maximum length: 2
VMSVehicleUsageStatusText
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.