public interface VehicleManagementSystemVehicleAvailabilityService
You can read vehicle availability and vehicle availability text using this service. It can be accessed from outside the SAP S/4HANA system. .
Reference: SAP API Business Hub
OData Service: | OP_VMSVEHICLEAVAILABILITY_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 VehicleManagementSystemVehicleAvailabilityService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull BatchRequestBuilder batch()
execute
method on the request builder object.@Nonnull GetAllRequestBuilder<VMSVehicleAvailability> getAllVMSVehicleAvailability()
VMSVehicleAvailability
entities.VMSVehicleAvailability
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<VMSVehicleAvailability> countVMSVehicleAvailability()
VMSVehicleAvailability
entity collection matching the filter and search expressions.VMSVehicleAvailability
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<VMSVehicleAvailability> getVMSVehicleAvailabilityByKey(@Nonnull String vMSVehicleAvailabilityStatus)
VMSVehicleAvailability
entity using key fields.vMSVehicleAvailabilityStatus
- Availability Status
Constraints: Not nullable, Maximum length: 2
VMSVehicleAvailability
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<VMSVehicleAvailabilityText> getAllVMSVehicleAvailabilityText()
VMSVehicleAvailabilityText
entities.VMSVehicleAvailabilityText
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<VMSVehicleAvailabilityText> countVMSVehicleAvailabilityText()
VMSVehicleAvailabilityText
entity collection matching the filter and search expressions.VMSVehicleAvailabilityText
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<VMSVehicleAvailabilityText> getVMSVehicleAvailabilityTextByKey(@Nonnull String language, @Nonnull String vMSVehicleAvailabilityStatus)
VMSVehicleAvailabilityText
entity using key fields.vMSVehicleAvailabilityStatus
- Availability Status
Constraints: Not nullable, Maximum length: 2
language
- Language Key
Constraints: Not nullable, Maximum length: 2
VMSVehicleAvailabilityText
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.