@Named(value="com.sap.cloud.sdk.s4hana.onpremise.v2020.datamodel.odatav4.services.DefaultVehicleManagementSystemVehicleActionService") public class DefaultVehicleManagementSystemVehicleActionService extends Object implements ServiceWithNavigableEntities, VehicleManagementSystemVehicleActionService
You can read vehicle action and vehicle action text using this service. It can be accessed from outside the SAP S/4HANA system. .
Reference: SAP API Business Hub
OData Service: | OP_VMSVEHICLEACTION_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 |
---|
DefaultVehicleManagementSystemVehicleActionService()
Creates a service using
VehicleManagementSystemVehicleActionService.DEFAULT_SERVICE_PATH to send the
requests. |
Modifier and Type | Method and Description |
---|---|
BatchRequestBuilder |
batch()
Creates a batch request builder object.
|
CountRequestBuilder<VMSVehicleAction> |
countVMSVehicleAction()
Fetch the number of entries from the
VMSVehicleAction entity collection matching the filter and search expressions. |
CountRequestBuilder<VMSVehicleActionText> |
countVMSVehicleActionText()
Fetch the number of entries from the
VMSVehicleActionText entity collection matching the filter and search expressions. |
GetAllRequestBuilder<VMSVehicleAction> |
getAllVMSVehicleAction()
Fetch multiple
VMSVehicleAction entities. |
GetAllRequestBuilder<VMSVehicleActionText> |
getAllVMSVehicleActionText()
Fetch multiple
VMSVehicleActionText entities. |
String |
getServicePath()
Getter for the OData service root path.
|
GetByKeyRequestBuilder<VMSVehicleAction> |
getVMSVehicleActionByKey(String vMSVehicleAction)
Fetch a single
VMSVehicleAction entity using key fields. |
GetByKeyRequestBuilder<VMSVehicleActionText> |
getVMSVehicleActionTextByKey(String language,
String vMSVehicleAction)
Fetch a single
VMSVehicleActionText entity using key fields. |
DefaultVehicleManagementSystemVehicleActionService |
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 DefaultVehicleManagementSystemVehicleActionService()
VehicleManagementSystemVehicleActionService.DEFAULT_SERVICE_PATH
to send the
requests.@Nonnull public DefaultVehicleManagementSystemVehicleActionService withServicePath(@Nonnull String servicePath)
VehicleManagementSystemVehicleActionService
withServicePath
in interface VehicleManagementSystemVehicleActionService
servicePath
- Service path that will override the default.@Nonnull public BatchRequestBuilder batch()
VehicleManagementSystemVehicleActionService
batch
in interface VehicleManagementSystemVehicleActionService
execute
method on the request builder object.@Nonnull public GetAllRequestBuilder<VMSVehicleAction> getAllVMSVehicleAction()
VehicleManagementSystemVehicleActionService
VMSVehicleAction
entities.getAllVMSVehicleAction
in interface VehicleManagementSystemVehicleActionService
VMSVehicleAction
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<VMSVehicleAction> countVMSVehicleAction()
VehicleManagementSystemVehicleActionService
VMSVehicleAction
entity collection matching the filter and search expressions.countVMSVehicleAction
in interface VehicleManagementSystemVehicleActionService
VMSVehicleAction
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<VMSVehicleAction> getVMSVehicleActionByKey(@Nonnull String vMSVehicleAction)
VehicleManagementSystemVehicleActionService
VMSVehicleAction
entity using key fields.getVMSVehicleActionByKey
in interface VehicleManagementSystemVehicleActionService
vMSVehicleAction
- Action
Constraints: Not nullable, Maximum length: 4
VMSVehicleAction
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<VMSVehicleActionText> getAllVMSVehicleActionText()
VehicleManagementSystemVehicleActionService
VMSVehicleActionText
entities.getAllVMSVehicleActionText
in interface VehicleManagementSystemVehicleActionService
VMSVehicleActionText
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<VMSVehicleActionText> countVMSVehicleActionText()
VehicleManagementSystemVehicleActionService
VMSVehicleActionText
entity collection matching the filter and search expressions.countVMSVehicleActionText
in interface VehicleManagementSystemVehicleActionService
VMSVehicleActionText
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<VMSVehicleActionText> getVMSVehicleActionTextByKey(@Nonnull String language, @Nonnull String vMSVehicleAction)
VehicleManagementSystemVehicleActionService
VMSVehicleActionText
entity using key fields.getVMSVehicleActionTextByKey
in interface VehicleManagementSystemVehicleActionService
language
- Language Key
Constraints: Not nullable, Maximum length: 2
vMSVehicleAction
- Action
Constraints: Not nullable, Maximum length: 4
VMSVehicleActionText
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.