public interface VehicleManagementSystemVehicleStatusService
You can read vehicle status and vehicle status text by using this service. It can be accessed from outside the SAP S/4HANA system. .
Reference: SAP API Business Hub
OData Service: | OP_VMSVEHICLESTATUS_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. |
Modifier and Type | Method and Description |
---|---|
BatchRequestBuilder |
batch()
Creates a batch request builder object.
|
CountRequestBuilder<VMSVehicleStatus> |
countVMSVehicleStatus()
Fetch the number of entries from the
VMSVehicleStatus entity collection matching the filter and search expressions. |
CountRequestBuilder<VMSVehicleStatusText> |
countVMSVehicleStatusText()
Fetch the number of entries from the
VMSVehicleStatusText entity collection matching the filter and search expressions. |
GetAllRequestBuilder<VMSVehicleStatus> |
getAllVMSVehicleStatus()
Fetch multiple
VMSVehicleStatus entities. |
GetAllRequestBuilder<VMSVehicleStatusText> |
getAllVMSVehicleStatusText()
Fetch multiple
VMSVehicleStatusText entities. |
GetByKeyRequestBuilder<VMSVehicleStatus> |
getVMSVehicleStatusByKey(String vMSVehicleStatus)
Fetch a single
VMSVehicleStatus entity using key fields. |
GetByKeyRequestBuilder<VMSVehicleStatusText> |
getVMSVehicleStatusTextByKey(String language,
String vMSVehicleStatus)
Fetch a single
VMSVehicleStatusText entity using key fields. |
VehicleManagementSystemVehicleStatusService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull VehicleManagementSystemVehicleStatusService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull BatchRequestBuilder batch()
execute
method on the request builder object.@Nonnull GetAllRequestBuilder<VMSVehicleStatus> getAllVMSVehicleStatus()
VMSVehicleStatus
entities.VMSVehicleStatus
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<VMSVehicleStatus> countVMSVehicleStatus()
VMSVehicleStatus
entity collection matching the filter and search expressions.VMSVehicleStatus
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<VMSVehicleStatus> getVMSVehicleStatusByKey(@Nonnull String vMSVehicleStatus)
VMSVehicleStatus
entity using key fields.vMSVehicleStatus
- Vehicle Status
Constraints: Not nullable, Maximum length: 4
VMSVehicleStatus
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<VMSVehicleStatusText> getAllVMSVehicleStatusText()
VMSVehicleStatusText
entities.VMSVehicleStatusText
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<VMSVehicleStatusText> countVMSVehicleStatusText()
VMSVehicleStatusText
entity collection matching the filter and search expressions.VMSVehicleStatusText
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<VMSVehicleStatusText> getVMSVehicleStatusTextByKey(@Nonnull String language, @Nonnull String vMSVehicleStatus)
VMSVehicleStatusText
entity using key fields.vMSVehicleStatus
- Vehicle Status
Constraints: Not nullable, Maximum length: 4
language
- Language Key
Constraints: Not nullable, Maximum length: 2
VMSVehicleStatusText
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.