@Named(value="com.sap.cloud.sdk.s4hana.onpremise.v2020.datamodel.odatav4.services.DefaultVehicleManagementSystemVehicleStatusService") public class DefaultVehicleManagementSystemVehicleStatusService extends Object implements ServiceWithNavigableEntities, 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 |
ServiceWithNavigableEntities.NavigableEntity<EntityT extends VdmEntity<EntityT>>
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultVehicleManagementSystemVehicleStatusService()
Creates a service using
VehicleManagementSystemVehicleStatusService.DEFAULT_SERVICE_PATH to send the
requests. |
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. |
String |
getServicePath()
Getter for the OData service root path.
|
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. |
DefaultVehicleManagementSystemVehicleStatusService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEntity
public DefaultVehicleManagementSystemVehicleStatusService()
VehicleManagementSystemVehicleStatusService.DEFAULT_SERVICE_PATH
to send the
requests.@Nonnull public DefaultVehicleManagementSystemVehicleStatusService withServicePath(@Nonnull String servicePath)
VehicleManagementSystemVehicleStatusService
withServicePath
in interface VehicleManagementSystemVehicleStatusService
servicePath
- Service path that will override the default.@Nonnull public BatchRequestBuilder batch()
VehicleManagementSystemVehicleStatusService
batch
in interface VehicleManagementSystemVehicleStatusService
execute
method on the request builder object.@Nonnull public GetAllRequestBuilder<VMSVehicleStatus> getAllVMSVehicleStatus()
VehicleManagementSystemVehicleStatusService
VMSVehicleStatus
entities.getAllVMSVehicleStatus
in interface VehicleManagementSystemVehicleStatusService
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 public CountRequestBuilder<VMSVehicleStatus> countVMSVehicleStatus()
VehicleManagementSystemVehicleStatusService
VMSVehicleStatus
entity collection matching the filter and search expressions.countVMSVehicleStatus
in interface VehicleManagementSystemVehicleStatusService
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 public GetByKeyRequestBuilder<VMSVehicleStatus> getVMSVehicleStatusByKey(@Nonnull String vMSVehicleStatus)
VehicleManagementSystemVehicleStatusService
VMSVehicleStatus
entity using key fields.getVMSVehicleStatusByKey
in interface VehicleManagementSystemVehicleStatusService
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 public GetAllRequestBuilder<VMSVehicleStatusText> getAllVMSVehicleStatusText()
VehicleManagementSystemVehicleStatusService
VMSVehicleStatusText
entities.getAllVMSVehicleStatusText
in interface VehicleManagementSystemVehicleStatusService
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 public CountRequestBuilder<VMSVehicleStatusText> countVMSVehicleStatusText()
VehicleManagementSystemVehicleStatusService
VMSVehicleStatusText
entity collection matching the filter and search expressions.countVMSVehicleStatusText
in interface VehicleManagementSystemVehicleStatusService
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 public GetByKeyRequestBuilder<VMSVehicleStatusText> getVMSVehicleStatusTextByKey(@Nonnull String language, @Nonnull String vMSVehicleStatus)
VehicleManagementSystemVehicleStatusService
VMSVehicleStatusText
entity using key fields.getVMSVehicleStatusTextByKey
in interface VehicleManagementSystemVehicleStatusService
language
- Language Key
Constraints: Not nullable, Maximum length: 2
vMSVehicleStatus
- Vehicle Status
Constraints: Not nullable, Maximum length: 4
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.@Nonnull public String getServicePath()
ServiceWithNavigableEntities
getServicePath
in interface ServiceWithNavigableEntities
Copyright © 2021 SAP SE. All rights reserved.